Interface PackageObject

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier, Object
All Known Implementing Classes:
PackageObjectImpl

public interface PackageObject extends Object
A representation of the model object 'Package Object'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EClass>
    Returns all of the EClasses contained in this PackageObject's metamodel.
    org.eclipse.emf.common.util.EList<ClassObject>
    Returns the value of the 'Class Objects' containment reference list.
    org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage>
    Returns the value of the 'Metamodel' reference list.

    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.epsilon.hutn.model.hutn.ModelElement

    getCol, getLine, setCol, setLine

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

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods inherited from interface org.eclipse.epsilon.hutn.model.hutn.Object

    getIdentifier, getType, setIdentifier, setType
  • Method Details

    • getMetamodel

      org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getMetamodel()
      Returns the value of the 'Metamodel' reference list. The list contents are of type EPackage.

      If the meaning of the 'Metamodel' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Metamodel' reference list.
      See Also:
    • getClassObjects

      org.eclipse.emf.common.util.EList<ClassObject> getClassObjects()
      Returns the value of the 'Class Objects' containment reference list. The list contents are of type ClassObject.

      If the meaning of the 'Class Objects' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Class Objects' containment reference list.
      See Also:
    • getAllEClasses

      org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EClass> getAllEClasses()
      Returns all of the EClasses contained in this PackageObject's metamodel.