Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.ValueSimpleCT
-
Packages that use ValueSimpleCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of ValueSimpleCT in fi.tut.mei.resdescapi.rdapi.model.rd
Subclasses of ValueSimpleCT in fi.tut.mei.resdescapi.rdapi.model.rd Modifier and Type Class Description class
SymbolCT
Can be an Input, Output, Signal In, Signal Out of a station.class
SymbolForEventPortCT
Input, Output representation for Control port of ExecCapas, links to required parameter portsstatic class
SymbolsTypeCT.Symbol
Java class for anonymous complex type.Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as ValueSimpleCT Modifier and Type Field Description protected ValueSimpleCT
MovementRangeRotationalCT. rotationX
protected ValueSimpleCT
MovementRangeRotationalCT. rotationY
protected ValueSimpleCT
MovementRangeRotationalCT. rotationZ
protected ValueSimpleCT
SymbolCT2. simpleValue
protected ValueSimpleCT
ValueArrayCT.Item. simpleValue
protected ValueSimpleCT
ValueStructCT.Member. simpleValue
protected ValueSimpleCT
MovementRangeLinearCT. translationX
protected ValueSimpleCT
MovementRangeLinearCT. translationY
protected ValueSimpleCT
MovementRangeLinearCT. translationZ
protected ValueSimpleCT
ValueSubRangeCT. value
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return ValueSimpleCT Modifier and Type Method Description ValueSimpleCT
ObjectFactory. createValueSimpleCT()
Create an instance ofValueSimpleCT
ValueSimpleCT
MovementRangeRotationalCT. getRotationX()
Gets the value of the rotationX property.ValueSimpleCT
MovementRangeRotationalCT. getRotationY()
Gets the value of the rotationY property.ValueSimpleCT
MovementRangeRotationalCT. getRotationZ()
Gets the value of the rotationZ property.ValueSimpleCT
SymbolCT2. getSimpleValue()
Gets the value of the simpleValue property.ValueSimpleCT
ValueArrayCT.Item. getSimpleValue()
Gets the value of the simpleValue property.ValueSimpleCT
ValueStructCT.Member. getSimpleValue()
Gets the value of the simpleValue property.ValueSimpleCT
MovementRangeLinearCT. getTranslationX()
Gets the value of the translationX property.ValueSimpleCT
MovementRangeLinearCT. getTranslationY()
Gets the value of the translationY property.ValueSimpleCT
MovementRangeLinearCT. getTranslationZ()
Gets the value of the translationZ property.ValueSimpleCT
ValueSubRangeCT. getValue()
Gets the value of the value property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type ValueSimpleCT Modifier and Type Method Description void
MovementRangeRotationalCT. setRotationX(ValueSimpleCT value)
Sets the value of the rotationX property.void
MovementRangeRotationalCT. setRotationY(ValueSimpleCT value)
Sets the value of the rotationY property.void
MovementRangeRotationalCT. setRotationZ(ValueSimpleCT value)
Sets the value of the rotationZ property.void
SymbolCT2. setSimpleValue(ValueSimpleCT value)
Sets the value of the simpleValue property.void
ValueArrayCT.Item. setSimpleValue(ValueSimpleCT value)
Sets the value of the simpleValue property.void
ValueStructCT.Member. setSimpleValue(ValueSimpleCT value)
Sets the value of the simpleValue property.void
MovementRangeLinearCT. setTranslationX(ValueSimpleCT value)
Sets the value of the translationX property.void
MovementRangeLinearCT. setTranslationY(ValueSimpleCT value)
Sets the value of the translationY property.void
MovementRangeLinearCT. setTranslationZ(ValueSimpleCT value)
Sets the value of the translationZ property.void
ValueSubRangeCT. setValue(ValueSimpleCT value)
Sets the value of the value property.
-