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

Packages that use CollectionLiteralPart
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.essentialocl.ui.labeling   
 

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

Subinterfaces of CollectionLiteralPart in org.eclipse.ocl.examples.pivot
 interface CollectionItem
          A representation of the model object 'Collection Item'.
 interface CollectionRange
          A representation of the model object 'Collection Range'.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type CollectionLiteralPart
 java.util.List<CollectionLiteralPart> CollectionLiteralExp.getPart()
          Returns the value of the 'Part' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement CollectionLiteralPart
 class CollectionItemImpl
          An implementation of the model object 'Collection Item'.
 class CollectionLiteralPartImpl
          An implementation of the model object 'Collection Literal Part'.
 class CollectionRangeImpl
          An implementation of the model object 'Collection Range'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl with type parameters of type CollectionLiteralPart
protected  org.eclipse.emf.common.util.EList<CollectionLiteralPart> CollectionLiteralExpImpl.part
          The cached value of the 'Part' containment reference list.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type CollectionLiteralPart
 java.util.List<CollectionLiteralPart> CollectionLiteralExpImpl.getPart()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type CollectionLiteralPart
 T1 PivotSwitch.caseCollectionLiteralPart(CollectionLiteralPart object)
          Returns the result of interpreting the object as an instance of 'Collection Literal Part'.
 boolean PivotValidator.validateCollectionLiteralPart(CollectionLiteralPart collectionLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitCollectionLiteralPart(CollectionLiteralPart object)
           
 R AbstractExtendingVisitor.visitCollectionLiteralPart(CollectionLiteralPart object)
           
 R AbstractNullVisitor.visitCollectionLiteralPart(CollectionLiteralPart object)
           
 R AbstractWrappingVisitor.visitCollectionLiteralPart(CollectionLiteralPart object)
           
 R Visitor.visitCollectionLiteralPart(CollectionLiteralPart object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type CollectionLiteralPart
 java.lang.Object AS2MonikerVisitor.visitCollectionLiteralPart(CollectionLiteralPart object)
           
 

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

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