public interface AbstractConstraint extends ModelElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ModelElement> |
getConstrainedElements()
Returns the value of the 'Constrained Elements' reference list.
|
ModelElement |
getContext()
Returns the value of the 'Context' reference.
|
ValueSpecification |
getOwnedSpecification()
Returns the value of the 'Owned Specification' containment reference.
|
void |
setOwnedSpecification(ValueSpecification value)
Sets the value of the '
Owned Specification' containment reference. |
destroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<ModelElement> getConstrainedElements()
ModelElement.
If the meaning of the 'Constrained Elements' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getAbstractConstraint_ConstrainedElements()ValueSpecification getOwnedSpecification()
If the meaning of the 'Owned Specification' containment reference isn't clear, there really should be more of a description here...
setOwnedSpecification(ValueSpecification),
ModellingcorePackage.getAbstractConstraint_OwnedSpecification()void setOwnedSpecification(ValueSpecification value)
Owned Specification' containment reference.
value - the new value of the 'Owned Specification' containment reference.getOwnedSpecification()ModelElement getContext()
If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
ModellingcorePackage.getAbstractConstraint_Context()