public interface ErrorBehaviorStateMachine extends NamedElement, TypeUseContext
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorBehaviorEvent> |
getEvents()
Returns the value of the 'Events' containment reference list.
|
ErrorBehaviorStateMachine |
getExtends()
Returns the value of the 'Extends' reference.
|
org.eclipse.emf.common.util.EList<PropertyAssociation> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<ErrorBehaviorState> |
getStates()
Returns the value of the 'States' containment reference list.
|
org.eclipse.emf.common.util.EList<ErrorBehaviorTransition> |
getTransitions()
Returns the value of the 'Transitions' containment reference list.
|
org.eclipse.emf.common.util.EList<TypeTransformationSet> |
getUseTransformation()
Returns the value of the 'Use Transformation' reference list.
|
org.eclipse.emf.common.util.EList<ErrorModelLibrary> |
getUseTypes()
Returns the value of the 'Use Types' reference list.
|
void |
setExtends(ErrorBehaviorStateMachine value)
Sets the value of the '
Extends ' 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
ErrorBehaviorStateMachine getExtends()
If the meaning of the 'Extends' reference isn't clear, there really should be more of a description here...
setExtends(ErrorBehaviorStateMachine)
,
ErrorModelPackage.getErrorBehaviorStateMachine_Extends()
void setExtends(ErrorBehaviorStateMachine value)
Extends
' reference.
value
- the new value of the 'Extends' reference.getExtends()
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.getErrorBehaviorStateMachine_UseTypes()
org.eclipse.emf.common.util.EList<TypeTransformationSet> getUseTransformation()
TypeTransformationSet
.
If the meaning of the 'Use Transformation' reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getErrorBehaviorStateMachine_UseTransformation()
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.getErrorBehaviorStateMachine_Events()
org.eclipse.emf.common.util.EList<ErrorBehaviorState> getStates()
ErrorBehaviorState
.
If the meaning of the 'States' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getErrorBehaviorStateMachine_States()
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.getErrorBehaviorStateMachine_Transitions()
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.getErrorBehaviorStateMachine_Properties()