Package org.yamcs.xtce
Class MathOperation.Element
- java.lang.Object
-
- org.yamcs.xtce.MathOperation.Element
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MathOperation
public static class MathOperation.Element extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Element()Element(double value)Element(MathOperation.ElementType type)Element(MathOperator op)Element(ParameterInstanceRef pref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MathOperatorgetOperator()ParameterInstanceRefgetParameterInstanceRef()MathOperation.ElementTypegetType()voidsetParameterInstance(ParameterInstanceRef pref)StringtoString()
-
-
-
Constructor Detail
-
Element
public Element(double value)
-
Element
public Element()
-
Element
public Element(ParameterInstanceRef pref)
-
Element
public Element(MathOperator op)
-
Element
public Element(MathOperation.ElementType type)
-
-
Method Detail
-
getType
public MathOperation.ElementType getType()
-
getOperator
public MathOperator getOperator()
-
getParameterInstanceRef
public ParameterInstanceRef getParameterInstanceRef()
-
setParameterInstance
public void setParameterInstance(ParameterInstanceRef pref)
-
-