public interface ErrorPropagations extends NamedElement, EBSMUseContext
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorFlow> |
getFlows()
Returns the value of the 'Flows' containment reference list.
|
org.eclipse.emf.common.util.EList<ErrorPropagation> |
getPropagations()
Returns the value of the 'Propagations' containment reference list.
|
org.eclipse.emf.common.util.EList<PropertyAssociation> |
getProperties()
Returns the value of the 'Properties' 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. |
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
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.getErrorPropagations_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.getErrorPropagations_UseBehavior()
void setUseBehavior(ErrorBehaviorStateMachine value)
Use Behavior
' reference.
value
- the new value of the 'Use Behavior' reference.getUseBehavior()
org.eclipse.emf.common.util.EList<ErrorPropagation> getPropagations()
ErrorPropagation
.
If the meaning of the 'Propagations' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getErrorPropagations_Propagations()
org.eclipse.emf.common.util.EList<ErrorFlow> getFlows()
ErrorFlow
.
If the meaning of the 'Flows' containment reference list isn't clear, there really should be more of a description here...
ErrorModelPackage.getErrorPropagations_Flows()
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.getErrorPropagations_Properties()