|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnitsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
UnitsPackage| Field Summary | |
|---|---|
static String |
copyright
|
static UnitsFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
BaseUnit |
createBaseUnit()
Returns a new object of class 'Base Unit'. |
UnitLiteral |
createUnitLiteral()
Returns a new object of class 'Unit Literal'. |
UnitMultiplication |
createUnitMultiplication()
Returns a new object of class 'Unit Multiplication'. |
UnitPower |
createUnitPower()
Returns a new object of class 'Unit Power'. |
UnitRepository |
createUnitRepository()
Returns a new object of class 'Unit Repository'. |
UnitsPackage |
getUnitsPackage()
Returns the package supported by this factory. |
| Field Detail |
|---|
static final String copyright
static final UnitsFactory eINSTANCE
| Method Detail |
|---|
BaseUnit createBaseUnit()
UnitRepository createUnitRepository()
UnitMultiplication createUnitMultiplication()
UnitPower createUnitPower()
UnitLiteral createUnitLiteral()
UnitsPackage getUnitsPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||