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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidReturn 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:MatchCriteriaReturn 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:
 getDependentParametersin interfaceMatchCriteria- Returns:
 
 - 
toString
 - 
getExpressionList
 
 -