org.eclipse.emf.ocl.expressions.impl
Class IfExpImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ocl.uml.impl.TypedElementImpl
org.eclipse.emf.ocl.expressions.impl.OCLExpressionImpl
org.eclipse.emf.ocl.expressions.impl.IfExpImpl
- All Implemented Interfaces:
- Notifier, EModelElement, ENamedElement, EObject, InternalEObject, IfExp, OCLExpression, TypedElement, ASTNode, Visitable
public class IfExpImpl
- extends OCLExpressionImpl
- implements IfExp
An implementation of the model object 'If Exp'.
The following features are implemented:
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
condition
protected OCLExpression condition
- The cached value of the '
Condition
' containment reference.
- See Also:
getCondition()
thenExpression
protected OCLExpression thenExpression
- The cached value of the '
Then Expression
' containment reference.
- See Also:
getThenExpression()
elseExpression
protected OCLExpression elseExpression
- The cached value of the '
Else Expression
' containment reference.
- See Also:
getElseExpression()
IfExpImpl
protected IfExpImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class OCLExpressionImpl
accept
public Object accept(Visitor v)
- Description copied from class:
OCLExpressionImpl
-
- Specified by:
accept
in interface Visitable
- Overrides:
accept
in class OCLExpressionImpl
getCondition
public OCLExpression getCondition()
-
- Specified by:
getCondition
in interface IfExp
basicSetCondition
public NotificationChain basicSetCondition(OCLExpression newCondition,
NotificationChain msgs)
-
setCondition
public void setCondition(OCLExpression newCondition)
-
- Specified by:
setCondition
in interface IfExp
- Parameters:
newCondition
- the new value of the 'Condition' containment reference.- See Also:
IfExp.getCondition()
getThenExpression
public OCLExpression getThenExpression()
-
- Specified by:
getThenExpression
in interface IfExp
basicSetThenExpression
public NotificationChain basicSetThenExpression(OCLExpression newThenExpression,
NotificationChain msgs)
-
setThenExpression
public void setThenExpression(OCLExpression newThenExpression)
-
- Specified by:
setThenExpression
in interface IfExp
- Parameters:
newThenExpression
- the new value of the 'Then Expression' containment reference.- See Also:
IfExp.getThenExpression()
getElseExpression
public OCLExpression getElseExpression()
-
- Specified by:
getElseExpression
in interface IfExp
basicSetElseExpression
public NotificationChain basicSetElseExpression(OCLExpression newElseExpression,
NotificationChain msgs)
-
setElseExpression
public void setElseExpression(OCLExpression newElseExpression)
-
- Specified by:
setElseExpression
in interface IfExp
- Parameters:
newElseExpression
- the new value of the 'Else Expression' containment reference.- See Also:
IfExp.getElseExpression()
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove
in class EModelElementImpl
eGet
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Specified by:
eGet
in interface InternalEObject
- Overrides:
eGet
in class OCLExpressionImpl
eSet
public void eSet(int featureID,
Object newValue)
-
- Specified by:
eSet
in interface InternalEObject
- Overrides:
eSet
in class OCLExpressionImpl
eUnset
public void eUnset(int featureID)
-
- Specified by:
eUnset
in interface InternalEObject
- Overrides:
eUnset
in class OCLExpressionImpl
eIsSet
public boolean eIsSet(int featureID)
-
- Specified by:
eIsSet
in interface InternalEObject
- Overrides:
eIsSet
in class OCLExpressionImpl