Uses of Class
org.yamcs.xtce.ParameterOrArgumentRef
Packages that use ParameterOrArgumentRef
-
Uses of ParameterOrArgumentRef in org.yamcs.xtce
Subclasses of ParameterOrArgumentRef in org.yamcs.xtceModifier and TypeClassDescriptionclassA reference to a command argument or to a member of an argument of type aggregateclassA reference to an instance of a Parameter.Methods in org.yamcs.xtce that return ParameterOrArgumentRefModifier and TypeMethodDescriptionDynamicIntegerValue.getDynamicInstanceRef()Condition.getLeftRef()Comparison.getRef()InputParameter.getRef()Condition.getRightRef()Methods in org.yamcs.xtce with parameters of type ParameterOrArgumentRefModifier and TypeMethodDescriptionstatic StringMatchCriteria.printExpressionReference(ParameterOrArgumentRef ref) Constructors in org.yamcs.xtce with parameters of type ParameterOrArgumentRefModifierConstructorDescriptionCondition(OperatorType comparisonOperator, ParameterOrArgumentRef leftRef, String rightValue) Condition(OperatorType comparisonOperator, ParameterOrArgumentRef leftRef, ParameterOrArgumentRef rightRef)