Package org.eclipse.epsilon.emc.muddle
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:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the value of the 'Id' attribute.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.getStyle()
Returns the value of the 'Style' containment reference.getType()
Returns the value of the 'Type' reference.void
Sets the value of the 'Id
' attribute.void
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
-
Method Details
-
getId
String getId()Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
getSlots
org.eclipse.emf.common.util.EList<Slot> getSlots()Returns the value of the 'Slots' containment reference list. The list contents are of typeSlot
. It is bidirectional and its opposite is 'Owning Element
'.If the meaning of the 'Slots' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Slots' containment reference list.
- See Also:
-
getType
MuddleElementType getType()Returns the value of the 'Type' reference. It is bidirectional and its opposite is 'Instances
'.If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' reference.
- See Also:
-
setType
Sets the value of the 'Type
' reference.- Parameters:
value
- the new value of the 'Type' reference.- See Also:
-
getMuddle
Muddle getMuddle()Returns the value of the 'Muddle' container reference. It is bidirectional and its opposite is 'Elements
'.If the meaning of the 'Muddle' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Muddle' container reference.
- See Also:
-
setMuddle
Sets the value of the 'Muddle
' container reference.- Parameters:
value
- the new value of the 'Muddle' container reference.- See Also:
-
getStyle
MuddleElementStyle getStyle()Returns the value of the 'Style' containment reference.If the meaning of the 'Style' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Style' containment reference.
- See Also:
-
setStyle
Sets the value of the 'Style
' containment reference.- Parameters:
value
- the new value of the 'Style' containment reference.- See Also:
-