Uses of Class
org.yamcs.xtce.MathOperator
-
Packages that use MathOperator Package Description org.yamcs.xtce -
-
Uses of MathOperator in org.yamcs.xtce
Methods in org.yamcs.xtce that return MathOperator Modifier and Type Method Description static MathOperatorMathOperator. fromXtceName(String s)MathOperatorMathOperation.Element. getOperator()static MathOperatorMathOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static MathOperator[]MathOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.yamcs.xtce with parameters of type MathOperator Constructor Description Element(MathOperator op)
-