public interface ComponentErrorBehavior extends Element, EBSMUseContext
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorDetection> |
getErrorDetections()
Returns the value of the 'Error Detections' containment reference list.
|
org.eclipse.emf.common.util.EList<ErrorStateToModeMapping> |
getErrorStateToModeMappings()
Returns the value of the 'Error State To Mode Mappings' containment reference list.
|
org.eclipse.emf.common.util.EList<ErrorBehaviorEvent> |
getEvents()
Returns the value of the 'Events' containment reference list.
|
org.eclipse.emf.common.util.EList<OutgoingPropagationCondition> |
getOutgoingPropagationConditions()
Returns the value of the 'Outgoing Propagation Conditions' containment reference list.
|
org.eclipse.emf.common.util.EList<PropertyAssociation> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<ErrorBehaviorTransition> |
getTransitions()
Returns the value of the 'Transitions' containment reference list.
|
ErrorBehaviorStateMachine |
getUseBehavior()
Returns the value of the 'Use Behavior' reference.
|
TypeTransformationSet |
getUseTransformation()
Returns the value of the 'Use Transformation' reference.
|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
getUseTypes()
Returns the value of the 'Use Types' reference list.
|
void |
setUseBehavior(ErrorBehaviorStateMachine value)
Sets the value of the '
Use Behavior ' reference. |
void |
setUseTransformation(TypeTransformationSet value)
Sets the value of the '
Use Transformation ' reference. |
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
org.eclipse.emf.common.util.EList<ErrorModelLibrary> getUseTypes()
ErrorModelLibrary
.
If the meaning of the 'Use Types' reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getComponentErrorBehavior_UseTypes()
ErrorBehaviorStateMachine getUseBehavior()
If the meaning of the 'Use Behavior' reference isn't clear, there really should be more of a description here...
setUseBehavior(ErrorBehaviorStateMachine)
,
ErrorModelPackage.getComponentErrorBehavior_UseBehavior()
void setUseBehavior(ErrorBehaviorStateMachine value)
Use Behavior
' reference.
value
- the new value of the 'Use Behavior' reference.getUseBehavior()
TypeTransformationSet getUseTransformation()
If the meaning of the 'Use Transformation' reference isn't clear, there really should be more of a description here...
setUseTransformation(TypeTransformationSet)
,
ErrorModelPackage.getComponentErrorBehavior_UseTransformation()
void setUseTransformation(TypeTransformationSet value)
Use Transformation
' reference.
value
- the new value of the 'Use Transformation' reference.getUseTransformation()
org.eclipse.emf.common.util.EList<ErrorBehaviorEvent> getEvents()
ErrorBehaviorEvent
.
If the meaning of the 'Events' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getComponentErrorBehavior_Events()
org.eclipse.emf.common.util.EList<ErrorBehaviorTransition> getTransitions()
ErrorBehaviorTransition
.
If the meaning of the 'Transitions' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getComponentErrorBehavior_Transitions()
org.eclipse.emf.common.util.EList<OutgoingPropagationCondition> getOutgoingPropagationConditions()
OutgoingPropagationCondition
.
If the meaning of the 'Outgoing Propagation Conditions' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getComponentErrorBehavior_OutgoingPropagationConditions()
org.eclipse.emf.common.util.EList<ErrorDetection> getErrorDetections()
ErrorDetection
.
If the meaning of the 'Error Detections' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getComponentErrorBehavior_ErrorDetections()
org.eclipse.emf.common.util.EList<ErrorStateToModeMapping> getErrorStateToModeMappings()
ErrorStateToModeMapping
.
If the meaning of the 'Error State To Mode Mappings' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getComponentErrorBehavior_ErrorStateToModeMappings()
org.eclipse.emf.common.util.EList<PropertyAssociation> getProperties()
PropertyAssociation
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getComponentErrorBehavior_Properties()