public class ErrorBehaviorTransitionImpl extends NamedElementImpl implements ErrorBehaviorTransition
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
copyright
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorState |
basicGetSource() |
ErrorBehaviorState |
basicGetTarget() |
org.eclipse.emf.common.notify.NotificationChain |
basicSetCondition(ConditionExpression newCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetTargetToken(TypeToken newTargetToken,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetTypeTokenConstraint(TypeSet newTypeTokenConstraint,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
ConditionExpression |
getCondition() |
org.eclipse.emf.common.util.EList<TransitionBranch> |
getDestinationBranches() |
ErrorBehaviorState |
getSource() |
ErrorBehaviorState |
getTarget() |
TypeToken |
getTargetToken() |
TypeSet |
getTypeTokenConstraint() |
boolean |
isAll() |
boolean |
isMask() |
void |
setAll(boolean newAll) |
void |
setCondition(ConditionExpression newCondition) |
void |
setMask(boolean newMask) |
void |
setSource(ErrorBehaviorState newSource) |
void |
setTarget(ErrorBehaviorState newTarget) |
void |
setTargetToken(TypeToken newTargetToken) |
void |
setTypeTokenConstraint(TypeSet newTypeTokenConstraint) |
java.lang.String |
toString() |
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, isSetOwnedElements, mustBeOwned, not_own_self
getAdapter, getLocationReference, setLocationReference, setLocationReference
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public ErrorBehaviorState getSource()
getSource
in interface ErrorBehaviorTransition
ErrorBehaviorTransition.setSource(ErrorBehaviorState)
,
ErrorModelPackage.getErrorBehaviorTransition_Source()
public ErrorBehaviorState basicGetSource()
public void setSource(ErrorBehaviorState newSource)
setSource
in interface ErrorBehaviorTransition
newSource
- the new value of the 'Source' reference.ErrorBehaviorTransition.getSource()
public TypeSet getTypeTokenConstraint()
getTypeTokenConstraint
in interface ErrorBehaviorTransition
ErrorBehaviorTransition.setTypeTokenConstraint(TypeSet)
,
ErrorModelPackage.getErrorBehaviorTransition_TypeTokenConstraint()
public org.eclipse.emf.common.notify.NotificationChain basicSetTypeTokenConstraint(TypeSet newTypeTokenConstraint, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTypeTokenConstraint(TypeSet newTypeTokenConstraint)
setTypeTokenConstraint
in interface ErrorBehaviorTransition
newTypeTokenConstraint
- the new value of the 'Type Token Constraint' containment reference.ErrorBehaviorTransition.getTypeTokenConstraint()
public boolean isAll()
isAll
in interface ErrorBehaviorTransition
ErrorBehaviorTransition.setAll(boolean)
,
ErrorModelPackage.getErrorBehaviorTransition_All()
public void setAll(boolean newAll)
setAll
in interface ErrorBehaviorTransition
newAll
- the new value of the 'All' attribute.ErrorBehaviorTransition.isAll()
public ConditionExpression getCondition()
getCondition
in interface ErrorBehaviorTransition
ErrorBehaviorTransition.setCondition(ConditionExpression)
,
ErrorModelPackage.getErrorBehaviorTransition_Condition()
public org.eclipse.emf.common.notify.NotificationChain basicSetCondition(ConditionExpression newCondition, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setCondition(ConditionExpression newCondition)
setCondition
in interface ErrorBehaviorTransition
newCondition
- the new value of the 'Condition' containment reference.ErrorBehaviorTransition.getCondition()
public ErrorBehaviorState getTarget()
getTarget
in interface ErrorBehaviorTransition
ErrorBehaviorTransition.setTarget(ErrorBehaviorState)
,
ErrorModelPackage.getErrorBehaviorTransition_Target()
public ErrorBehaviorState basicGetTarget()
public void setTarget(ErrorBehaviorState newTarget)
setTarget
in interface ErrorBehaviorTransition
newTarget
- the new value of the 'Target' reference.ErrorBehaviorTransition.getTarget()
public TypeToken getTargetToken()
getTargetToken
in interface ErrorBehaviorTransition
ErrorBehaviorTransition.setTargetToken(TypeToken)
,
ErrorModelPackage.getErrorBehaviorTransition_TargetToken()
public org.eclipse.emf.common.notify.NotificationChain basicSetTargetToken(TypeToken newTargetToken, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setTargetToken(TypeToken newTargetToken)
setTargetToken
in interface ErrorBehaviorTransition
newTargetToken
- the new value of the 'Target Token' containment reference.ErrorBehaviorTransition.getTargetToken()
public boolean isMask()
isMask
in interface ErrorBehaviorTransition
ErrorBehaviorTransition.setMask(boolean)
,
ErrorModelPackage.getErrorBehaviorTransition_Mask()
public void setMask(boolean newMask)
setMask
in interface ErrorBehaviorTransition
newMask
- the new value of the 'Mask' attribute.ErrorBehaviorTransition.isMask()
public org.eclipse.emf.common.util.EList<TransitionBranch> getDestinationBranches()
getDestinationBranches
in interface ErrorBehaviorTransition
ErrorModelPackage.getErrorBehaviorTransition_DestinationBranches()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class NamedElementImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class NamedElementImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class NamedElementImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class NamedElementImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class NamedElementImpl
public java.lang.String toString()
toString
in class NamedElementImpl