|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEPackageImpl
org.eclipse.graphiti.mm.impl.MmPackageImpl
public class MmPackageImpl
An implementation of the model Package.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.graphiti.mm.MmPackage |
---|
MmPackage.Literals |
Field Summary | |
---|---|
private EClass |
graphicsAlgorithmContainerEClass
|
private boolean |
isCreated
|
private static boolean |
isInited
|
private boolean |
isInitialized
|
private EClass |
propertyContainerEClass
|
private EClass |
propertyEClass
|
private EClass |
styleContainerEClass
|
Fields inherited from interface org.eclipse.graphiti.mm.MmPackage |
---|
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, GRAPHICS_ALGORITHM_CONTAINER, GRAPHICS_ALGORITHM_CONTAINER__PROPERTIES, GRAPHICS_ALGORITHM_CONTAINER_FEATURE_COUNT, PROPERTY, PROPERTY__KEY, PROPERTY__VALUE, PROPERTY_CONTAINER, PROPERTY_CONTAINER__PROPERTIES, PROPERTY_CONTAINER_FEATURE_COUNT, PROPERTY_FEATURE_COUNT, STYLE_CONTAINER, STYLE_CONTAINER__STYLES, STYLE_CONTAINER_FEATURE_COUNT |
Constructor Summary | |
---|---|
private |
MmPackageImpl()
Creates an instance of the model Package, registered with EPackage.Registry by the package
package URI value. |
Method Summary | |
---|---|
void |
createPackageContents()
Creates the meta-model objects for the package. |
EClass |
getGraphicsAlgorithmContainer()
|
MmFactory |
getMmFactory()
|
EAttribute |
getProperty_Key()
|
EAttribute |
getProperty_Value()
|
EClass |
getProperty()
|
EReference |
getPropertyContainer_Properties()
|
EClass |
getPropertyContainer()
|
EReference |
getStyleContainer_Styles()
|
EClass |
getStyleContainer()
|
static MmPackage |
init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. |
void |
initializePackageContents()
Complete the initialization of the package and its meta-model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private EClass propertyEClass
private EClass graphicsAlgorithmContainerEClass
private EClass propertyContainerEClass
private EClass styleContainerEClass
private static boolean isInited
private boolean isCreated
private boolean isInitialized
Constructor Detail |
---|
private MmPackageImpl()
EPackage.Registry
by the package
package URI value.
Note: the correct way to create the package is via the static
factory method init()
, which also performs
initialization of the package, or returns the registered package,
if one already exists.
EPackage.Registry
,
MmPackage.eNS_URI
,
init()
Method Detail |
---|
public static MmPackage init()
This method is used to initialize MmPackage.eINSTANCE
when that field is accessed.
Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
MmPackage.eNS_URI
,
createPackageContents()
,
initializePackageContents()
public EClass getProperty()
getProperty
in interface MmPackage
Property
public EAttribute getProperty_Key()
getProperty_Key
in interface MmPackage
Property.getKey()
,
MmPackage.getProperty()
public EAttribute getProperty_Value()
getProperty_Value
in interface MmPackage
Property.getValue()
,
MmPackage.getProperty()
public EClass getGraphicsAlgorithmContainer()
getGraphicsAlgorithmContainer
in interface MmPackage
GraphicsAlgorithmContainer
public EClass getPropertyContainer()
getPropertyContainer
in interface MmPackage
PropertyContainer
public EReference getPropertyContainer_Properties()
getPropertyContainer_Properties
in interface MmPackage
PropertyContainer.getProperties()
,
MmPackage.getPropertyContainer()
public EClass getStyleContainer()
getStyleContainer
in interface MmPackage
StyleContainer
public EReference getStyleContainer_Styles()
getStyleContainer_Styles
in interface MmPackage
StyleContainer.getStyles()
,
MmPackage.getStyleContainer()
public MmFactory getMmFactory()
getMmFactory
in interface MmPackage
public void createPackageContents()
public void initializePackageContents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |