Package org.yamcs.xtce
Class ORedConditions
- java.lang.Object
-
- org.yamcs.xtce.ExpressionList
-
- org.yamcs.xtce.ORedConditions
-
- All Implemented Interfaces:
Serializable,BooleanExpression,MatchCriteria
public class ORedConditions extends ExpressionList implements BooleanExpression
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.yamcs.xtce.ExpressionList
expressions
-
Fields inherited from interface org.yamcs.xtce.MatchCriteria
ALWAYS_MATCH
-
-
Constructor Summary
Constructors Constructor Description ORedConditions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMet(CriteriaEvaluator evaluator)Return true if the condition matchesStringtoExpressionString()-
Methods inherited from class org.yamcs.xtce.ExpressionList
addConditionExpression, getDependentParameters, getExpressionList, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.yamcs.xtce.MatchCriteria
getDependentParameters
-
-
-
-
Method Detail
-
isMet
public boolean isMet(CriteriaEvaluator evaluator)
Description copied from interface:MatchCriteriaReturn true if the condition matches- Specified by:
isMetin interfaceMatchCriteria- Returns:
-
toExpressionString
public String toExpressionString()
- Specified by:
toExpressionStringin interfaceMatchCriteria
-
-