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.EPackage
The 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:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage

    org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MmPackage
    The singleton instance of the package.
    static final String
    The package name.
    static final String
    The package namespace name.
    static final String
    The package namespace URI.
    static final int
    The meta object id for the 'Graphics Algorithm Container' class.
    static final int
    The feature id for the 'Properties' containment reference list.
    static final int
    The number of structural features of the 'Graphics Algorithm Container' class.
    static final int
    The meta object id for the 'Property' class.
    static final int
    The feature id for the 'Key' attribute.
    static final int
    The feature id for the 'Value' attribute.
    static final int
    The meta object id for the 'Property Container' class.
    static final int
    The feature id for the 'Properties' containment reference list.
    static final int
    The number of structural features of the 'Property Container' class.
    static final int
    The number of structural features of the 'Property' class.
    static final int
    The meta object id for the 'Style Container' class.
    static final int
    The feature id for the 'Styles' containment reference list.
    static final int
    The number of structural features of the 'Style Container' class.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Graphics Algorithm Container'.
    Returns the factory that creates the instances of the model.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Property'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Key'.
    org.eclipse.emf.ecore.EAttribute
    Returns the meta object for the attribute 'Value'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Property Container'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Properties'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Style Container'.
    org.eclipse.emf.ecore.EReference
    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.ENamedElement

    getName, setName

    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.ecore.EPackage

    getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver