public interface MmPackage
extends org.eclipse.emf.ecore.EPackage
MmFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
MmPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static MmPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
GRAPHICS_ALGORITHM_CONTAINER
The meta object id for the '
Graphics Algorithm Container ' class. |
static int |
GRAPHICS_ALGORITHM_CONTAINER__PROPERTIES
The feature id for the 'Properties' containment reference list.
|
static int |
GRAPHICS_ALGORITHM_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Graphics Algorithm Container' class.
|
static int |
PROPERTY
The meta object id for the '
Property ' class. |
static int |
PROPERTY__KEY
The feature id for the 'Key' attribute.
|
static int |
PROPERTY__VALUE
The feature id for the 'Value' attribute.
|
static int |
PROPERTY_CONTAINER
The meta object id for the '
Property Container ' class. |
static int |
PROPERTY_CONTAINER__PROPERTIES
The feature id for the 'Properties' containment reference list.
|
static int |
PROPERTY_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Property Container' class.
|
static int |
PROPERTY_FEATURE_COUNT
The number of structural features of the 'Property' class.
|
static int |
STYLE_CONTAINER
The meta object id for the '
Style Container ' class. |
static int |
STYLE_CONTAINER__STYLES
The feature id for the 'Styles' containment reference list.
|
static int |
STYLE_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Style Container' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EClass |
getGraphicsAlgorithmContainer()
Returns the meta object for class '
Graphics Algorithm Container '. |
MmFactory |
getMmFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getProperty_Key()
Returns the meta object for the attribute '
Key '. |
org.eclipse.emf.ecore.EAttribute |
getProperty_Value()
Returns the meta object for the attribute '
Value '. |
org.eclipse.emf.ecore.EClass |
getProperty()
Returns the meta object for class '
Property '. |
org.eclipse.emf.ecore.EReference |
getPropertyContainer_Properties()
Returns the meta object for the containment reference list '
Properties '. |
org.eclipse.emf.ecore.EClass |
getPropertyContainer()
Returns the meta object for class '
Property Container '. |
org.eclipse.emf.ecore.EReference |
getStyleContainer_Styles()
Returns the meta object for the containment reference list '
Styles '. |
org.eclipse.emf.ecore.EClass |
getStyleContainer()
Returns the meta object for class '
Style Container '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final MmPackage eINSTANCE
static final int PROPERTY
Property
' class.
static final int PROPERTY__KEY
static final int PROPERTY__VALUE
static final int PROPERTY_FEATURE_COUNT
static final int PROPERTY_CONTAINER
Property Container
' class.
static final int PROPERTY_CONTAINER__PROPERTIES
static final int PROPERTY_CONTAINER_FEATURE_COUNT
static final int GRAPHICS_ALGORITHM_CONTAINER
Graphics Algorithm Container
' class.
static final int GRAPHICS_ALGORITHM_CONTAINER__PROPERTIES
static final int GRAPHICS_ALGORITHM_CONTAINER_FEATURE_COUNT
static final int STYLE_CONTAINER
Style Container
' class.
static final int STYLE_CONTAINER__STYLES
static final int STYLE_CONTAINER_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getProperty()
Property
'.
Property
org.eclipse.emf.ecore.EAttribute getProperty_Key()
Key
'.
Property.getKey()
,
getProperty()
org.eclipse.emf.ecore.EAttribute getProperty_Value()
Value
'.
Property.getValue()
,
getProperty()
org.eclipse.emf.ecore.EClass getGraphicsAlgorithmContainer()
Graphics Algorithm Container
'.
GraphicsAlgorithmContainer
org.eclipse.emf.ecore.EClass getPropertyContainer()
Property Container
'.
PropertyContainer
org.eclipse.emf.ecore.EReference getPropertyContainer_Properties()
Properties
'.
PropertyContainer.getProperties()
,
getPropertyContainer()
org.eclipse.emf.ecore.EClass getStyleContainer()
Style Container
'.
StyleContainer
org.eclipse.emf.ecore.EReference getStyleContainer_Styles()
Styles
'.
StyleContainer.getStyles()
,
getStyleContainer()
MmFactory getMmFactory()