Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.VariableCTWComplex
-
Packages that use VariableCTWComplex Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of VariableCTWComplex in fi.tut.mei.resdescapi.rdapi.model.rd
Subclasses of VariableCTWComplex in fi.tut.mei.resdescapi.rdapi.model.rd Modifier and Type Class Description class
IFPropertyCT
Interface Property CTclass
VariableBooleanCT
Boolean variable typeclass
VariableNumCT
Numeric variable type, includes complex typesclass
VariableNumCTNoComplex
Numeric variable type, excludes complex typesclass
VariableStringCT
String variable typeclass
VariableTypeForEventPortCT
Variable for Event port of ExecCapas, links to required parameter portsFields in fi.tut.mei.resdescapi.rdapi.model.rd with type parameters of type VariableCTWComplex Modifier and Type Field Description protected List<VariableCTWComplex>
CapabilityParameterSetCT. gVariable
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return VariableCTWComplex Modifier and Type Method Description VariableCTWComplex
ObjectFactory. createVariableCTWComplex()
Create an instance ofVariableCTWComplex
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return types with arguments of type VariableCTWComplex Modifier and Type Method Description JAXBElement<VariableCTWComplex>
ObjectFactory. createVariable(VariableCTWComplex value)
List<VariableCTWComplex>
CapabilityParameterSetCT. getGVariable()
Gets the value of the gVariable property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type VariableCTWComplex Modifier and Type Method Description JAXBElement<VariableCTWComplex>
ObjectFactory. createVariable(VariableCTWComplex value)
-