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

Packages that use CGTuplePart
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.utilities   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGTuplePart
 CGTuplePart AS2CGVisitor.visitTupleLiteralPart(TupleLiteralPart element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGTuplePart
 java.lang.String CG2StringVisitor.visitCGTuplePart(CGTuplePart cgTuplePart)
           
 java.lang.Object DependencyVisitor.visitCGTuplePart(CGTuplePart cgTuplePart)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGTuplePart
 CGTuplePart CGModelFactory.createCGTuplePart()
          Returns a new object of class 'CG Tuple Part'.
 

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

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGTuplePart
 class CGTuplePartImpl
          An implementation of the model object 'CG Tuple Part'.
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGTuplePart
 CGTuplePart CGModelFactoryImpl.createCGTuplePart()
           
 

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

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

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

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

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