Uses of Interface
org.eclipse.ocl.examples.pivot.Iteration

Packages that use Iteration
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.scoping   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of Iteration in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return Iteration
 Iteration PivotFactory.createIteration()
          Returns a new object of class 'Iteration'.
 Iteration LoopExp.getReferredIteration()
          Returns the value of the 'Referred Iteration' reference.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type Iteration
 void LoopExp.setReferredIteration(Iteration value)
          Sets the value of the 'Referred Iteration' reference.
 

Uses of Iteration in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Iteration
 class IterationImpl
          An implementation of the model object 'Iteration'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as Iteration
protected  Iteration LoopExpImpl.referredIteration
          The cached value of the 'Referred Iteration' reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return Iteration
 Iteration LoopExpImpl.basicGetReferredIteration()
           
 Iteration PivotFactoryImpl.createIteration()
           
 Iteration LoopExpImpl.getReferredIteration()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type Iteration
 void LoopExpImpl.setReferredIteration(Iteration newReferredIteration)
           
 

Uses of Iteration in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Iteration
 T PivotSwitch.caseIteration(Iteration object)
          Returns the result of interpreting the object as an instance of 'Iteration'.
 boolean PivotValidator.validateIteration(Iteration iteration, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitIteration(Iteration object)
           
 R AbstractExtendingVisitor.visitIteration(Iteration object)
           
 R AbstractNullVisitor.visitIteration(Iteration object)
           
 R Visitor.visitIteration(Iteration object)
           
 

Uses of Iteration in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Iteration
 java.lang.String ToStringVisitor.visitIteration(Iteration iteration)
           
 

Uses of Iteration in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type Iteration
 void CS2PivotConversion.setReferredIteration(LoopExp expression, Iteration iteration)
           
 

Uses of Iteration in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type Iteration
protected  LoopExp EssentialOCLLeft2RightVisitor.resolveIterationCall(NavigatingExpCS csNavigatingExp, OclExpression source, Iteration iteration)
           
 

Uses of Iteration in org.eclipse.ocl.examples.xtext.essentialocl.scoping
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.scoping with parameters of type Iteration
protected  java.util.Map<TemplateParameter,ParameterableElement> OperationFilter.getIterationBindings(Iteration candidateIteration)
           
 

Uses of Iteration in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type Iteration
protected  java.lang.String BaseLabelProvider.image(Iteration ele)
           
protected  java.lang.String BaseLabelProvider.text(Iteration ele)