Package org.eclipse.graphiti.mm
Interface MmPackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.ENamedElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EPackage,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MmPackageImpl
public interface MmPackage extends org.eclipse.emf.ecore.EPackageThe Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
MmFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMmPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static MmPackageeINSTANCEThe singleton instance of the package.static java.lang.StringeNAMEThe package name.static java.lang.StringeNS_PREFIXThe package namespace name.static java.lang.StringeNS_URIThe package namespace URI.static intGRAPHICS_ALGORITHM_CONTAINERThe meta object id for the 'Graphics Algorithm Container' class.static intGRAPHICS_ALGORITHM_CONTAINER__PROPERTIESThe feature id for the 'Properties' containment reference list.static intGRAPHICS_ALGORITHM_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Graphics Algorithm Container' class.static intPROPERTYThe meta object id for the 'Property' class.static intPROPERTY__KEYThe feature id for the 'Key' attribute.static intPROPERTY__VALUEThe feature id for the 'Value' attribute.static intPROPERTY_CONTAINERThe meta object id for the 'Property Container' class.static intPROPERTY_CONTAINER__PROPERTIESThe feature id for the 'Properties' containment reference list.static intPROPERTY_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Property Container' class.static intPROPERTY_FEATURE_COUNTThe number of structural features of the 'Property' class.static intSTYLE_CONTAINERThe meta object id for the 'Style Container' class.static intSTYLE_CONTAINER__STYLESThe feature id for the 'Styles' containment reference list.static intSTYLE_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Style Container' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetGraphicsAlgorithmContainer()Returns the meta object for class 'Graphics Algorithm Container'.MmFactorygetMmFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetProperty()Returns the meta object for class 'Property'.org.eclipse.emf.ecore.EAttributegetProperty_Key()Returns the meta object for the attribute 'Key'.org.eclipse.emf.ecore.EAttributegetProperty_Value()Returns the meta object for the attribute 'Value'.org.eclipse.emf.ecore.EClassgetPropertyContainer()Returns the meta object for class 'Property Container'.org.eclipse.emf.ecore.EReferencegetPropertyContainer_Properties()Returns the meta object for the containment reference list 'Properties'.org.eclipse.emf.ecore.EClassgetStyleContainer()Returns the meta object for class 'Style Container'.org.eclipse.emf.ecore.EReferencegetStyleContainer_Styles()Returns the meta object for the containment reference list 'Styles'.-
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
-
-
-
-
Field Detail
-
eNAME
static final java.lang.String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final java.lang.String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final java.lang.String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final MmPackage eINSTANCE
The singleton instance of the package.
-
PROPERTY
static final int PROPERTY
The meta object id for the 'Property' class.
-
PROPERTY__KEY
static final int PROPERTY__KEY
The feature id for the 'Key' attribute.- See Also:
- Constant Field Values
-
PROPERTY__VALUE
static final int PROPERTY__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
-
PROPERTY_FEATURE_COUNT
static final int PROPERTY_FEATURE_COUNT
The number of structural features of the 'Property' class.- See Also:
- Constant Field Values
-
PROPERTY_CONTAINER
static final int PROPERTY_CONTAINER
The meta object id for the 'Property Container' class.
-
PROPERTY_CONTAINER__PROPERTIES
static final int PROPERTY_CONTAINER__PROPERTIES
The feature id for the 'Properties' containment reference list.- See Also:
- Constant Field Values
-
PROPERTY_CONTAINER_FEATURE_COUNT
static final int PROPERTY_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Property Container' class.- See Also:
- Constant Field Values
-
GRAPHICS_ALGORITHM_CONTAINER
static final int GRAPHICS_ALGORITHM_CONTAINER
The meta object id for the 'Graphics Algorithm Container' class.
-
GRAPHICS_ALGORITHM_CONTAINER__PROPERTIES
static final int GRAPHICS_ALGORITHM_CONTAINER__PROPERTIES
The feature id for the 'Properties' containment reference list.- See Also:
- Constant Field Values
-
GRAPHICS_ALGORITHM_CONTAINER_FEATURE_COUNT
static final int GRAPHICS_ALGORITHM_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Graphics Algorithm Container' class.- See Also:
- Constant Field Values
-
STYLE_CONTAINER
static final int STYLE_CONTAINER
The meta object id for the 'Style Container' class.
-
STYLE_CONTAINER__STYLES
static final int STYLE_CONTAINER__STYLES
The feature id for the 'Styles' containment reference list.- See Also:
- Constant Field Values
-
STYLE_CONTAINER_FEATURE_COUNT
static final int STYLE_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Style Container' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperty
org.eclipse.emf.ecore.EClass getProperty()
Returns the meta object for class 'Property'.- Returns:
- the meta object for class 'Property'.
- See Also:
Property
-
getProperty_Key
org.eclipse.emf.ecore.EAttribute getProperty_Key()
Returns the meta object for the attribute 'Key'.- Returns:
- the meta object for the attribute 'Key'.
- See Also:
Property.getKey(),getProperty()
-
getProperty_Value
org.eclipse.emf.ecore.EAttribute getProperty_Value()
Returns the meta object for the attribute 'Value'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
Property.getValue(),getProperty()
-
getGraphicsAlgorithmContainer
org.eclipse.emf.ecore.EClass getGraphicsAlgorithmContainer()
Returns the meta object for class 'Graphics Algorithm Container'.- Returns:
- the meta object for class 'Graphics Algorithm Container'.
- See Also:
GraphicsAlgorithmContainer
-
getPropertyContainer
org.eclipse.emf.ecore.EClass getPropertyContainer()
Returns the meta object for class 'Property Container'.- Returns:
- the meta object for class 'Property Container'.
- See Also:
PropertyContainer
-
getPropertyContainer_Properties
org.eclipse.emf.ecore.EReference getPropertyContainer_Properties()
Returns the meta object for the containment reference list 'Properties'.- Returns:
- the meta object for the containment reference list 'Properties'.
- See Also:
PropertyContainer.getProperties(),getPropertyContainer()
-
getStyleContainer
org.eclipse.emf.ecore.EClass getStyleContainer()
Returns the meta object for class 'Style Container'.- Returns:
- the meta object for class 'Style Container'.
- See Also:
StyleContainer
-
getStyleContainer_Styles
org.eclipse.emf.ecore.EReference getStyleContainer_Styles()
Returns the meta object for the containment reference list 'Styles'.- Returns:
- the meta object for the containment reference list 'Styles'.
- See Also:
StyleContainer.getStyles(),getStyleContainer()
-
getMmFactory
MmFactory getMmFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-