public interface MechanicalComponentsFactory extends EFactory
MechanicalComponentsPackage
Modifier and Type | Field and Description |
---|---|
static MechanicalComponentsFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
Arm |
createArm()
Returns a new object of class 'Arm'.
|
GripperPart |
createGripperPart()
Returns a new object of class 'Gripper Part'.
|
Housing |
createHousing()
Returns a new object of class 'Housing'.
|
ReturnSpring |
createReturnSpring()
Returns a new object of class 'Return Spring'.
|
RubberBand |
createRubberBand()
Returns a new object of class 'Rubber Band'.
|
Table |
createTable()
Returns a new object of class 'Table'.
|
MechanicalComponentsPackage |
getMechanicalComponentsPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final MechanicalComponentsFactory eINSTANCE
Housing createHousing()
ReturnSpring createReturnSpring()
RubberBand createRubberBand()
GripperPart createGripperPart()
Arm createArm()
Table createTable()
MechanicalComponentsPackage getMechanicalComponentsPackage()