public interface ErrorSource extends ErrorFlow
The following features are supported:
ErrorModelPackage.getErrorSource()
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorStateOrTypeSet |
getFailureModeReference()
Returns the value of the 'Failure Mode Reference' reference.
|
TypeSet |
getFailureModeType()
Returns the value of the 'Failure Mode Type' containment reference.
|
ErrorPropagation |
getOutgoing()
Returns the value of the 'Outgoing' reference.
|
boolean |
isAll()
Returns the value of the 'All' attribute.
|
void |
setAll(boolean value)
Sets the value of the '
All ' attribute. |
void |
setFailureModeReference(ErrorBehaviorStateOrTypeSet value)
Sets the value of the '
Failure Mode Reference ' reference. |
void |
setFailureModeType(TypeSet value)
Sets the value of the '
Failure Mode Type ' containment reference. |
void |
setOutgoing(ErrorPropagation value)
Sets the value of the '
Outgoing ' reference. |
getTypeTokenConstraint, setTypeTokenConstraint
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
ErrorPropagation getOutgoing()
If the meaning of the 'Outgoing' reference isn't clear, there really should be more of a description here...
setOutgoing(ErrorPropagation)
,
ErrorModelPackage.getErrorSource_Outgoing()
void setOutgoing(ErrorPropagation value)
Outgoing
' reference.
value
- the new value of the 'Outgoing' reference.getOutgoing()
boolean isAll()
If the meaning of the 'All' attribute isn't clear, there really should be more of a description here...
setAll(boolean)
,
ErrorModelPackage.getErrorSource_All()
void setAll(boolean value)
All
' attribute.
value
- the new value of the 'All' attribute.isAll()
ErrorBehaviorStateOrTypeSet getFailureModeReference()
If the meaning of the 'Failure Mode Reference' reference isn't clear, there really should be more of a description here...
setFailureModeReference(ErrorBehaviorStateOrTypeSet)
,
ErrorModelPackage.getErrorSource_FailureModeReference()
void setFailureModeReference(ErrorBehaviorStateOrTypeSet value)
Failure Mode Reference
' reference.
value
- the new value of the 'Failure Mode Reference' reference.getFailureModeReference()
TypeSet getFailureModeType()
If the meaning of the 'Failure Mode Type' containment reference isn't clear, there really should be more of a description here...
setFailureModeType(TypeSet)
,
ErrorModelPackage.getErrorSource_FailureModeType()
void setFailureModeType(TypeSet value)
Failure Mode Type
' containment reference.
value
- the new value of the 'Failure Mode Type' containment reference.getFailureModeType()