Uses of Class
org.yamcs.xtce.OperatorType
-
Packages that use OperatorType Package Description org.yamcs.xtce -
-
Uses of OperatorType in org.yamcs.xtce
Methods in org.yamcs.xtce that return OperatorType Modifier and Type Method Description static OperatorTypeOperatorType. fromSymbol(String symbol)OperatorTypeComparison. getComparisonOperator()OperatorTypeCondition. getComparisonOperator()static OperatorTypeOperatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatorType[]OperatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yamcs.xtce with parameters of type OperatorType Modifier and Type Method Description booleanCriteriaEvaluator. evaluate(OperatorType op, Object lValueRef, Object rValueRef)Constructors in org.yamcs.xtce with parameters of type OperatorType Constructor Description Comparison(ParameterInstanceRef paraRef, double doubleValue, OperatorType op)Comparison(ParameterInstanceRef paraRef, int intValue, OperatorType op)Comparison(ParameterInstanceRef paraRef, long longValue, OperatorType op)Comparison(ParameterInstanceRef paraRef, String stringValue, OperatorType op)Makes a new comparison with a generic stringValue at this step the paraRef could be pointing to an unknown parameter. resolveValueType can(should) be called later to create the correct value if it's not stringCondition(OperatorType comparisonOperator, ParameterInstanceRef lValueRef, String stringValue)Condition(OperatorType comparisonOperator, ParameterInstanceRef lValueRef, ParameterInstanceRef rValueRef)
-