Package org.yamcs.xtce
Class ExpressionList
java.lang.Object
org.yamcs.xtce.ExpressionList
- All Implemented Interfaces:
Serializable
,BooleanExpression
,MatchCriteria
- Direct Known Subclasses:
ANDedConditions
,ORedConditions
This class does not have an equivalence in the XTCE standard
Created as a base-class for ORedConditions and ANDedConditions
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Return the set of parameters which are required in order to evaluate the match criteria.toString()
-
Field Details
-
expressions
-
-
Constructor Details
-
ExpressionList
public ExpressionList()
-
-
Method Details
-
addConditionExpression
-
getDependentParameters
Description copied from interface:MatchCriteria
Return the set of parameters which are required in order to evaluate the match criteria. If no parameter is required, return an empty set.- Specified by:
getDependentParameters
in interfaceMatchCriteria
- Returns:
-
toString
-
getExpressionList
-