public class CombineCondition
extends net.openai.util.fsm.Condition
Constructor and Description |
---|
CombineCondition(net.openai.util.fsm.Condition c1,
net.openai.util.fsm.Condition c2) |
Modifier and Type | Method and Description |
---|---|
boolean |
satisfiedBy(Object conditional)
Called to check if the conditional meets the criteria defined by this
state.
|
public CombineCondition(net.openai.util.fsm.Condition c1, net.openai.util.fsm.Condition c2)
public boolean satisfiedBy(Object conditional)
satisfiedBy
in class net.openai.util.fsm.Condition
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.