public interface Crane extends Structure
The following features are supported:
StructureRepositoryPackage.getCrane()| Modifier and Type | Method and Description |
|---|---|
Arm |
getArm()
Returns the value of the 'Arm' reference.
|
TurningTable |
getMountedOn()
Returns the value of the 'Mounted On' reference.
|
VacuumGripper |
getVacuumgripper()
Returns the value of the 'Vacuumgripper' reference.
|
void |
setArm(Arm value)
Sets the value of the '
Arm' reference. |
void |
setMountedOn(TurningTable value)
Sets the value of the '
Mounted On' reference. |
void |
setVacuumgripper(VacuumGripper value)
Sets the value of the '
Vacuumgripper' reference. |
getComponents, getModules, getParentPlant, setParentPlantgetId, setIdeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverArm getArm()
Mounted To'.
If the meaning of the 'Arm' reference isn't clear, there really should be more of a description here...
setArm(Arm),
StructureRepositoryPackage.getCrane_Arm(),
Arm.getMountedTo()void setArm(Arm value)
Arm' reference.
value - the new value of the 'Arm' reference.getArm()TurningTable getMountedOn()
Parent'.
If the meaning of the 'Mounted On' reference isn't clear, there really should be more of a description here...
setMountedOn(TurningTable),
StructureRepositoryPackage.getCrane_MountedOn(),
TurningTable.getParent()void setMountedOn(TurningTable value)
Mounted On' reference.
value - the new value of the 'Mounted On' reference.getMountedOn()VacuumGripper getVacuumgripper()
Mounted To'.
If the meaning of the 'Vacuumgripper' reference isn't clear, there really should be more of a description here...
setVacuumgripper(VacuumGripper),
StructureRepositoryPackage.getCrane_Vacuumgripper(),
VacuumGripper.getMountedTo()void setVacuumgripper(VacuumGripper value)
Vacuumgripper' reference.
value - the new value of the 'Vacuumgripper' reference.getVacuumgripper()