|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ModelPackage
Field Summary | |
---|---|
static ModelFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Box |
createBox()
Returns a new object of class 'Box'. |
Connection |
createConnection()
Returns a new object of class 'Connection'. |
DecoratorBox |
createDecoratorBox()
Returns a new object of class 'Decorator Box'. |
Element |
createElement()
Returns a new object of class 'Element'. |
Page |
createPage()
Returns a new object of class 'Page'. |
ModelPackage |
getModelPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final ModelFactory eINSTANCE
Method Detail |
---|
Box createBox()
Connection createConnection()
DecoratorBox createDecoratorBox()
Element createElement()
Page createPage()
ModelPackage getModelPackage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |