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

Packages that use CollectionRange
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of CollectionRange in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CollectionRange
 CGCollectionPart AS2CGVisitor.visitCollectionRange(CollectionRange element)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return CollectionRange
 CollectionRange PivotFactory.createCollectionRange()
          Returns a new object of class 'Collection Range'.
 

Uses of CollectionRange in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type CollectionRange
 java.lang.Object AbstractEvaluationVisitorDecorator.visitCollectionRange(CollectionRange range)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitCollectionRange(CollectionRange range)
           
 java.lang.Object TracingEvaluationVisitor.visitCollectionRange(CollectionRange range)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement CollectionRange
 class CollectionRangeImpl
          An implementation of the model object 'Collection Range'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return CollectionRange
 CollectionRange PivotFactoryImpl.createCollectionRange()
           
 

Uses of CollectionRange in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type CollectionRange
 java.lang.Object EssentialOCLPrettyPrintVisitor.visitCollectionRange(CollectionRange object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type CollectionRange
 T1 PivotSwitch.caseCollectionRange(CollectionRange object)
          Returns the result of interpreting the object as an instance of 'Collection Range'.
 boolean PivotValidator.validateCollectionRange(CollectionRange collectionRange, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitCollectionRange(CollectionRange object)
           
 R AbstractExtendingVisitor.visitCollectionRange(CollectionRange object)
           
 R AbstractNullVisitor.visitCollectionRange(CollectionRange object)
           
 R AbstractWrappingVisitor.visitCollectionRange(CollectionRange object)
           
 R Visitor.visitCollectionRange(CollectionRange object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type CollectionRange
 java.lang.String ToStringVisitor.visitCollectionRange(CollectionRange range)
          Visits the range's first and last expressions.
 

Uses of CollectionRange in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type CollectionRange
 ElementCS EssentialOCLDeclarationVisitor.visitCollectionRange(CollectionRange object)
           
 

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

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