Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.VectorCT
-
Packages that use VectorCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of VectorCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as VectorCT Modifier and Type Field Description protected VectorCT
PropertiesForRDCT.PhysicalProperties. centreOfGravity
protected VectorCT
InterfaceImplRDCT.Instances.Instance. location
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return VectorCT Modifier and Type Method Description VectorCT
ObjectFactory. createVectorCT()
Create an instance ofVectorCT
VectorCT
PropertiesForRDCT.PhysicalProperties. getCentreOfGravity()
Gets the value of the centreOfGravity property.VectorCT
InterfaceImplRDCT.Instances.Instance. getLocation()
Gets the value of the location property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type VectorCT Modifier and Type Method Description void
PropertiesForRDCT.PhysicalProperties. setCentreOfGravity(VectorCT value)
Sets the value of the centreOfGravity property.void
InterfaceImplRDCT.Instances.Instance. setLocation(VectorCT value)
Sets the value of the location property.
-