public interface ErrorBehaviorTransition extends org.eclipse.emf.ecore.EObject, NamedElement
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ConditionExpression |
getCondition()
Returns the value of the 'Condition' containment reference.
|
org.eclipse.emf.common.util.EList<TransitionBranch> |
getDestinationBranches()
Returns the value of the 'Destination Branches' containment reference list.
|
ErrorBehaviorState |
getSource()
Returns the value of the 'Source' reference.
|
ErrorBehaviorState |
getTarget()
Returns the value of the 'Target' reference.
|
TypeToken |
getTargetToken()
Returns the value of the 'Target Token' containment reference.
|
TypeSet |
getTypeTokenConstraint()
Returns the value of the 'Type Token Constraint' containment reference.
|
boolean |
isAll()
Returns the value of the 'All' attribute.
|
boolean |
isMask()
Returns the value of the 'Mask' attribute.
|
void |
setAll(boolean value)
Sets the value of the '
All ' attribute. |
void |
setCondition(ConditionExpression value)
Sets the value of the '
Condition ' containment reference. |
void |
setMask(boolean value)
Sets the value of the '
Mask ' attribute. |
void |
setSource(ErrorBehaviorState value)
Sets the value of the '
Source ' reference. |
void |
setTarget(ErrorBehaviorState value)
Sets the value of the '
Target ' reference. |
void |
setTargetToken(TypeToken value)
Sets the value of the '
Target Token ' containment reference. |
void |
setTypeTokenConstraint(TypeSet value)
Sets the value of the '
Type Token Constraint ' containment reference. |
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
ErrorBehaviorState getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(ErrorBehaviorState)
,
ErrorModelPackage.getErrorBehaviorTransition_Source()
void setSource(ErrorBehaviorState value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
TypeSet getTypeTokenConstraint()
If the meaning of the 'Type Token Constraint' containment reference isn't clear, there really should be more of a description here...
setTypeTokenConstraint(TypeSet)
,
ErrorModelPackage.getErrorBehaviorTransition_TypeTokenConstraint()
void setTypeTokenConstraint(TypeSet value)
Type Token Constraint
' containment reference.
value
- the new value of the 'Type Token Constraint' containment reference.getTypeTokenConstraint()
boolean isAll()
If the meaning of the 'All' attribute isn't clear, there really should be more of a description here...
setAll(boolean)
,
ErrorModelPackage.getErrorBehaviorTransition_All()
void setAll(boolean value)
All
' attribute.
value
- the new value of the 'All' attribute.isAll()
ConditionExpression getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(ConditionExpression)
,
ErrorModelPackage.getErrorBehaviorTransition_Condition()
void setCondition(ConditionExpression value)
Condition
' containment reference.
value
- the new value of the 'Condition' containment reference.getCondition()
ErrorBehaviorState getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(ErrorBehaviorState)
,
ErrorModelPackage.getErrorBehaviorTransition_Target()
void setTarget(ErrorBehaviorState value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
TypeToken getTargetToken()
If the meaning of the 'Target Token' containment reference isn't clear, there really should be more of a description here...
setTargetToken(TypeToken)
,
ErrorModelPackage.getErrorBehaviorTransition_TargetToken()
void setTargetToken(TypeToken value)
Target Token
' containment reference.
value
- the new value of the 'Target Token' containment reference.getTargetToken()
boolean isMask()
If the meaning of the 'Mask' attribute isn't clear, there really should be more of a description here...
setMask(boolean)
,
ErrorModelPackage.getErrorBehaviorTransition_Mask()
void setMask(boolean value)
Mask
' attribute.
value
- the new value of the 'Mask' attribute.isMask()
org.eclipse.emf.common.util.EList<TransitionBranch> getDestinationBranches()
TransitionBranch
.
If the meaning of the 'Destination Branches' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getErrorBehaviorTransition_DestinationBranches()