Interface Muddle

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

public interface Muddle extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Muddle'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<MuddleElement>
    Returns the value of the 'Elements' containment reference list.
    org.eclipse.emf.common.util.EList<Type>
    Returns the value of the 'Types' containment 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.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getTypes

      org.eclipse.emf.common.util.EList<Type> getTypes()
      Returns the value of the 'Types' containment reference list. The list contents are of type Type.

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

      Returns:
      the value of the 'Types' containment reference list.
      See Also:
    • getElements

      org.eclipse.emf.common.util.EList<MuddleElement> getElements()
      Returns the value of the 'Elements' containment reference list. The list contents are of type MuddleElement. It is bidirectional and its opposite is 'Muddle'.

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

      Returns:
      the value of the 'Elements' containment reference list.
      See Also: