|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MmFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
MmPackage
Field Summary | |
---|---|
static MmFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
GAssociation |
createGAssociation()
Returns a new object of class 'GAssociation'. |
GAttribution |
createGAttribution()
Returns a new object of class 'GAttribution'. |
GClass |
createGClass()
Returns a new object of class 'GClass'. |
GClassAttribute |
createGClassAttribute()
Returns a new object of class 'GClass Attribute'. |
GClassOperation |
createGClassOperation()
Returns a new object of class 'GClass Operation'. |
GDataType |
createGDataType()
Returns a new object of class 'GData Type'. |
GEnum |
createGEnum()
Returns a new object of class 'GEnum'. |
GEnumLiteral |
createGEnumLiteral()
Returns a new object of class 'GEnum Literal'. |
GInheritance |
createGInheritance()
Returns a new object of class 'GInheritance'. |
GPackage |
createGPackage()
Returns a new object of class 'GPackage'. |
GSheetAttribute |
createGSheetAttribute()
Returns a new object of class 'GSheet Attribute'. |
MmSheet |
createMmSheet()
Returns a new object of class 'Sheet'. |
MmPackage |
getMmPackage()
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final MmFactory eINSTANCE
Method Detail |
---|
GInheritance createGInheritance()
GAssociation createGAssociation()
GClass createGClass()
GPackage createGPackage()
GDataType createGDataType()
GEnum createGEnum()
GEnumLiteral createGEnumLiteral()
MmSheet createMmSheet()
GClassAttribute createGClassAttribute()
GClassOperation createGClassOperation()
GAttribution createGAttribution()
GSheetAttribute createGSheetAttribute()
MmPackage getMmPackage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |