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 TypeMethodDescriptionvoid
addComparison
(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: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:
-
getComparisonList
-
toString
-