public interface ModelElement
extends org.polarsys.kitalpha.emde.model.ExtensibleElement
The following features are supported:
ModellingcorePackage.getModelElement()| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.eclipse.emf.common.util.EList<AbstractConstraint> |
getConstraints()
Returns the value of the 'Constraints' reference list.
|
java.lang.String |
getFullLabel() |
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getLabel() |
org.eclipse.emf.common.util.EList<AbstractConstraint> |
getOwnedConstraints()
Returns the value of the 'Owned Constraints' containment reference list.
|
java.lang.String |
getSid()
Returns the value of the 'Sid' attribute.
|
boolean |
hasUnnamedLabel() |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setSid(java.lang.String value)
Sets the value of the '
Sid' attribute. |
getOwnedExtensionsjava.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ModellingcorePackage.getModelElement_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getSid()
If the meaning of the 'Sid' attribute isn't clear, there really should be more of a description here...
setSid(String),
ModellingcorePackage.getModelElement_Sid()void setSid(java.lang.String value)
Sid' attribute.
value - the new value of the 'Sid' attribute.getSid()org.eclipse.emf.common.util.EList<AbstractConstraint> getConstraints()
AbstractConstraint.
If the meaning of the 'Constraints' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getModelElement_Constraints()org.eclipse.emf.common.util.EList<AbstractConstraint> getOwnedConstraints()
AbstractConstraint.
If the meaning of the 'Owned Constraints' containment reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getModelElement_OwnedConstraints()void destroy()
java.lang.String getFullLabel()
java.lang.String getLabel()
boolean hasUnnamedLabel()