Uses of Interface
org.yamcs.xtce.BooleanExpression
-
Packages that use BooleanExpression Package Description org.yamcs.xtce -
-
Uses of BooleanExpression in org.yamcs.xtce
Classes in org.yamcs.xtce that implement BooleanExpression Modifier and Type Class Description classANDedConditionsclassConditionThe Condition is XTCE overlaps with the Comparison.classExpressionListThis class does not have an equivalence in the XTCE standard Created as a base-class for ORedConditions and ANDedConditionsclassORedConditionsFields in org.yamcs.xtce with type parameters of type BooleanExpression Modifier and Type Field Description protected List<BooleanExpression>ExpressionList. expressionsMethods in org.yamcs.xtce that return types with arguments of type BooleanExpression Modifier and Type Method Description List<BooleanExpression>ExpressionList. getExpressionList()Methods in org.yamcs.xtce with parameters of type BooleanExpression Modifier and Type Method Description voidExpressionList. addConditionExpression(BooleanExpression cond)
-