Package org.yamcs.xtce
Interface MatchCriteria
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
BooleanExpression
- All Known Implementing Classes:
ANDedConditions
,Comparison
,ComparisonList
,Condition
,ExpressionList
,ORedConditions
-
Method Summary
Modifier and TypeMethodDescriptionReturn the set of parameters which are required in order to evaluate the match criteria.static String
static String
printExpressionValue
(Object value) static void
printParsedMatchCriteria
(Logger log, MatchCriteria criteria, String indent) For debugging purpose
-
Method Details
-
getDependentParameters
Return the set of parameters which are required in order to evaluate the match criteria. If no parameter is required, return an empty set.- Returns:
-
printExpressionReference
-
printExpressionValue
-
printParsedMatchCriteria
For debugging purpose- Parameters:
criteria
-
-