org.eclipse.ocl.expressions.impl
Class IterateExpImpl<C,PM>
java.lang.Object
  
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      
org.eclipse.emf.ecore.impl.BasicEObjectImpl
          
org.eclipse.emf.ecore.impl.EObjectImpl
              
org.eclipse.ocl.expressions.impl.OCLExpressionImpl<C>
                  
org.eclipse.ocl.expressions.impl.CallExpImpl<C>
                      
org.eclipse.ocl.expressions.impl.LoopExpImpl<C,PM>
                          
org.eclipse.ocl.expressions.impl.IterateExpImpl<C,PM>
- All Implemented Interfaces: 
 - Notifier, EObject, InternalEObject, CallExp<C>, IterateExp<C,PM>, LoopExp<C,PM>, OCLExpression<C>, ASTNode, CallingASTNode, TypedElement<C>, Visitable
 
public class IterateExpImpl<C,PM>
- extends LoopExpImpl<C,PM>
- implements IterateExp<C,PM>
  
 An implementation of the model object 'Iterate Exp'.
 
 
 The following features are implemented:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
| 
Method Summary | 
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> 
 
T | 
 
 
 | 
accept(U v)
 
            | 
 NotificationChain | 
basicSetResult(Variable<C,PM> newResult,
               NotificationChain msgs)
 
            | 
 Object | 
eGet(int featureID,
     boolean resolve,
     boolean coreType)
 
            | 
 NotificationChain | 
eInverseRemove(InternalEObject otherEnd,
               int featureID,
               NotificationChain msgs)
 
            | 
 boolean | 
eIsSet(int featureID)
 
            | 
 void | 
eSet(int featureID,
     Object newValue)
 
            | 
protected  EClass | 
eStaticClass()
 
            | 
 void | 
eUnset(int featureID)
 
            | 
 Variable<C,PM> | 
getResult()
 
            | 
 void | 
setResult(Variable<C,PM> newResult)
 
            | 
 
 
 
 
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl | 
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI | 
 
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl | 
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, 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, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, 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 | 
 
 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
 
 
| Methods inherited from interface org.eclipse.emf.ecore.EObject | 
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset | 
 
 
 
result
protected Variable<C,PM> result
- The cached value of the '
Result' containment reference.
 
 
- See Also:
 getResult()
 
IterateExpImpl
protected IterateExpImpl()
- 
 
 
eStaticClass
protected EClass eStaticClass()
- 
 
- Overrides:
 eStaticClass in class LoopExpImpl<C,PM>
 
 
 
getResult
public Variable<C,PM> getResult()
- 
 
- Specified by:
 getResult in interface IterateExp<C,PM>
 
- Returns:
 - the value of the 'Result' containment reference.
 - See Also:
 IterateExp.setResult(Variable), 
ExpressionsPackage.getIterateExp_Result()
 
 
basicSetResult
public NotificationChain basicSetResult(Variable<C,PM> newResult,
                                        NotificationChain msgs)
- 
 
 
 
 
setResult
public void setResult(Variable<C,PM> newResult)
- 
 
- Specified by:
 setResult in interface IterateExp<C,PM>
 
- Parameters:
 newResult - the new value of the 'Result' containment reference.- See Also:
 IterateExp.getResult()
 
 
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)
- 
 
- Overrides:
 eInverseRemove in class LoopExpImpl<C,PM>
 
 
 
eGet
public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)
- 
 
- Specified by:
 eGet in interface InternalEObject- Overrides:
 eGet in class LoopExpImpl<C,PM>
 
 
 
eSet
public void eSet(int featureID,
                 Object newValue)
- 
 
- Specified by:
 eSet in interface InternalEObject- Overrides:
 eSet in class LoopExpImpl<C,PM>
 
 
 
eUnset
public void eUnset(int featureID)
- 
 
- Specified by:
 eUnset in interface InternalEObject- Overrides:
 eUnset in class LoopExpImpl<C,PM>
 
 
 
eIsSet
public boolean eIsSet(int featureID)
- 
 
- Specified by:
 eIsSet in interface InternalEObject- Overrides:
 eIsSet in class LoopExpImpl<C,PM>
 
 
 
accept
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
- Description copied from class: 
OCLExpressionImpl 
- 
 
- Specified by:
 accept in interface Visitable- Overrides:
 accept in class OCLExpressionImpl<C>