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:
MuddlePackage.getMuddleElement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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(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.
-
-
-
Method Detail
-
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(String)
,MuddlePackage.getMuddleElement_Id()
-
setId
void setId(String value)
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
getId()
-
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:
MuddlePackage.getMuddleElement_Slots()
,Slot.getOwningElement()
-
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(MuddleElementType)
,MuddlePackage.getMuddleElement_Type()
,MuddleElementType.getInstances()
-
setType
void setType(MuddleElementType value)
Sets the value of the 'Type
' reference.- Parameters:
value
- the new value of the 'Type' reference.- See Also:
getType()
-
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(Muddle)
,MuddlePackage.getMuddleElement_Muddle()
,Muddle.getElements()
-
setMuddle
void setMuddle(Muddle value)
Sets the value of the 'Muddle
' container reference.- Parameters:
value
- the new value of the 'Muddle' container reference.- See Also:
getMuddle()
-
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(MuddleElementStyle)
,MuddlePackage.getMuddleElement_Style()
-
setStyle
void setStyle(MuddleElementStyle value)
Sets the value of the 'Style
' containment reference.- Parameters:
value
- the new value of the 'Style' containment reference.- See Also:
getStyle()
-
-