public interface CompositeErrorBehavior extends Element, EBSMUseContext
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertyAssociation> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<CompositeState> |
getStates()
Returns the value of the 'States' containment reference list.
|
ErrorBehaviorStateMachine |
getUseBehavior()
Returns the value of the 'Use Behavior' 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. |
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.getCompositeErrorBehavior_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.getCompositeErrorBehavior_UseBehavior()
void setUseBehavior(ErrorBehaviorStateMachine value)
Use Behavior
' reference.
value
- the new value of the 'Use Behavior' reference.getUseBehavior()
org.eclipse.emf.common.util.EList<CompositeState> getStates()
CompositeState
.
If the meaning of the 'States' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getCompositeErrorBehavior_States()
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.getCompositeErrorBehavior_Properties()