Package org.yamcs.xtce
Class ComparisonList
java.lang.Object
org.yamcs.xtce.ComparisonList
- All Implemented Interfaces:
Serializable,MatchCriteria
All comparisons must be true.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComparison(Comparison comparison) Return the set of parameters which are required in order to evaluate the match criteria.toString()
-
Constructor Details
-
ComparisonList
public ComparisonList()
-
-
Method Details
-
addComparison
-
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:
-
getComparisonList
-
toString
-