public interface ConditionElement extends Element, ConditionExpression
The following features are supported:
Modifier and Type | Method and Description |
---|---|
TypeSet |
getConstraint()
Returns the value of the 'Constraint' containment reference.
|
EventOrPropagation |
getIncoming()
Returns the value of the 'Incoming' reference.
|
ErrorBehaviorState |
getReference()
Returns the value of the 'Reference' reference.
|
org.eclipse.emf.common.util.EList<SubcomponentElement> |
getSubcomponents()
Returns the value of the 'Subcomponents' containment reference list.
|
void |
setConstraint(TypeSet value)
Sets the value of the '
Constraint ' containment reference. |
void |
setIncoming(EventOrPropagation value)
Sets the value of the '
Incoming ' reference. |
void |
setReference(ErrorBehaviorState value)
Sets the value of the '
Reference ' reference. |
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
EventOrPropagation getIncoming()
If the meaning of the 'Incoming' reference isn't clear, there really should be more of a description here...
setIncoming(EventOrPropagation)
,
ErrorModelPackage.getConditionElement_Incoming()
void setIncoming(EventOrPropagation value)
Incoming
' reference.
value
- the new value of the 'Incoming' reference.getIncoming()
TypeSet getConstraint()
If the meaning of the 'Constraint' containment reference isn't clear, there really should be more of a description here...
setConstraint(TypeSet)
,
ErrorModelPackage.getConditionElement_Constraint()
void setConstraint(TypeSet value)
Constraint
' containment reference.
value
- the new value of the 'Constraint' containment reference.getConstraint()
org.eclipse.emf.common.util.EList<SubcomponentElement> getSubcomponents()
SubcomponentElement
.
If the meaning of the 'Subcomponents' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getConditionElement_Subcomponents()
ErrorBehaviorState getReference()
If the meaning of the 'Reference' reference isn't clear, there really should be more of a description here...
setReference(ErrorBehaviorState)
,
ErrorModelPackage.getConditionElement_Reference()
void setReference(ErrorBehaviorState value)
Reference
' reference.
value
- the new value of the 'Reference' reference.getReference()