|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MomlFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
MomlPackage
Field Summary | |
---|---|
static MomlFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Any |
createAny()
Returns a new object of class 'Any'. |
ClassType |
createClassType()
Returns a new object of class 'Class Type'. |
ConfigureType |
createConfigureType()
Returns a new object of class 'Configure Type'. |
DeleteEntityType |
createDeleteEntityType()
Returns a new object of class 'Delete Entity Type'. |
DeletePortType |
createDeletePortType()
Returns a new object of class 'Delete Port Type'. |
DeletePropertyType |
createDeletePropertyType()
Returns a new object of class 'Delete Property Type'. |
DeleteRelationType |
createDeleteRelationType()
Returns a new object of class 'Delete Relation Type'. |
DirectorType |
createDirectorType()
Returns a new object of class 'Director Type'. |
DisplayType |
createDisplayType()
Returns a new object of class 'Display Type'. |
DocType |
createDocType()
Returns a new object of class 'Doc Type'. |
DocumentRoot |
createDocumentRoot()
Returns a new object of class 'Document Root'. |
EntityType |
createEntityType()
Returns a new object of class 'Entity Type'. |
GroupType |
createGroupType()
Returns a new object of class 'Group Type'. |
ImportType |
createImportType()
Returns a new object of class 'Import Type'. |
InputType |
createInputType()
Returns a new object of class 'Input Type'. |
LinkType |
createLinkType()
Returns a new object of class 'Link Type'. |
LocationType |
createLocationType()
Returns a new object of class 'Location Type'. |
ModelType |
createModelType()
Returns a new object of class 'Model Type'. |
PortType |
createPortType()
Returns a new object of class 'Port Type'. |
PropertyType |
createPropertyType()
Returns a new object of class 'Property Type'. |
RelationType |
createRelationType()
Returns a new object of class 'Relation Type'. |
RenameType |
createRenameType()
Returns a new object of class 'Rename Type'. |
RenditionType |
createRenditionType()
Returns a new object of class 'Rendition Type'. |
UnlinkType |
createUnlinkType()
Returns a new object of class 'Unlink Type'. |
VertexType |
createVertexType()
Returns a new object of class 'Vertex Type'. |
MomlPackage |
getMomlPackage()
Returns the package supported by this factory. |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
---|
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final MomlFactory eINSTANCE
Method Detail |
---|
Any createAny()
ClassType createClassType()
ConfigureType createConfigureType()
DeleteEntityType createDeleteEntityType()
DeletePortType createDeletePortType()
DeletePropertyType createDeletePropertyType()
DeleteRelationType createDeleteRelationType()
DirectorType createDirectorType()
DisplayType createDisplayType()
DocType createDocType()
DocumentRoot createDocumentRoot()
EntityType createEntityType()
GroupType createGroupType()
ImportType createImportType()
InputType createInputType()
LinkType createLinkType()
LocationType createLocationType()
ModelType createModelType()
PortType createPortType()
PropertyType createPropertyType()
RelationType createRelationType()
RenameType createRenameType()
RenditionType createRenditionType()
UnlinkType createUnlinkType()
VertexType createVertexType()
MomlPackage getMomlPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |