Interface MuddleElement

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

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

    The following features are supported:

    See Also:
    MuddlePackage.getMuddleElement()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the value of the 'Id' attribute.
      Muddle getMuddle()
      Returns the value of the 'Muddle' container reference.
      org.eclipse.emf.common.util.EList<Slot> getSlots()
      Returns the value of the 'Slots' containment reference list.
      MuddleElementStyle getStyle()
      Returns the value of the 'Style' containment reference.
      MuddleElementType getType()
      Returns the value of the 'Type' reference.
      void setId​(java.lang.String value)
      Sets the value of the 'Id' attribute.
      void setMuddle​(Muddle value)
      Sets the value of the 'Muddle' container reference.
      void setStyle​(MuddleElementStyle value)
      Sets the value of the 'Style' containment reference.
      void setType​(MuddleElementType value)
      Sets the value of the 'Type' reference.
      • 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