Uses of Interface
org.eclipse.ocl.examples.codegen.cgmodel.CGCollectionPart

Packages that use CGCollectionPart
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.utilities   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGCollectionPart
 CGCollectionPart AS2CGVisitor.visitCollectionItem(CollectionItem element)
           
 CGCollectionPart AS2CGVisitor.visitCollectionRange(CollectionRange element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGCollectionPart
 java.lang.String CG2StringVisitor.visitCGCollectionPart(CGCollectionPart cgCollectionPart)
           
 java.lang.Object DependencyVisitor.visitCGCollectionPart(CGCollectionPart cgCollectionPart)
           
 

Uses of CGCollectionPart in org.eclipse.ocl.examples.codegen.cgmodel
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGCollectionPart
 CGCollectionPart CGModelFactory.createCGCollectionPart()
          Returns a new object of class 'CG Collection Part'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGCollectionPart
 java.util.List<CGCollectionPart> CGCollectionExp.getParts()
          Returns the value of the 'Parts' containment reference list.
 

Uses of CGCollectionPart in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGCollectionPart
 class CGCollectionPartImpl
          An implementation of the model object 'CG Collection Part'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGCollectionPart
protected  org.eclipse.emf.common.util.EList<CGCollectionPart> CGCollectionExpImpl.parts
          The cached value of the 'Parts' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGCollectionPart
 CGCollectionPart CGModelFactoryImpl.createCGCollectionPart()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return types with arguments of type CGCollectionPart
 java.util.List<CGCollectionPart> CGCollectionExpImpl.getParts()
           
 

Uses of CGCollectionPart in org.eclipse.ocl.examples.codegen.cgmodel.util
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGCollectionPart
 T CGModelSwitch.caseCGCollectionPart(CGCollectionPart object)
          Returns the result of interpreting the object as an instance of 'CG Collection Part'.
 R AbstractExtendingCGModelVisitor.visitCGCollectionPart(CGCollectionPart object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGCollectionPart(CGCollectionPart object)
           
 R AbstractNullCGModelVisitor.visitCGCollectionPart(CGCollectionPart object)
           
 R CGModelVisitor.visitCGCollectionPart(CGCollectionPart object)
           
 

Uses of CGCollectionPart in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGCollectionPart
 java.lang.Object CG2JavaPreVisitor.visitCGCollectionPart(CGCollectionPart cgCollectionPart)
           
 java.lang.Boolean CG2JavaVisitor.visitCGCollectionPart(CGCollectionPart cgCollectionPart)
           
 

Uses of CGCollectionPart in org.eclipse.ocl.examples.codegen.utilities
 

Methods in org.eclipse.ocl.examples.codegen.utilities with parameters of type CGCollectionPart
static java.lang.Boolean EquivalenceUtils.isEquivalent(CGCollectionPart thisValue, CGCollectionPart thatValue)