Uses of Interface
org.eclipse.ocl.examples.autogen.autocgmodel.CGContainmentPart

Packages that use CGContainmentPart
org.eclipse.ocl.examples.autogen.analyzer   
org.eclipse.ocl.examples.autogen.autocgmodel   
org.eclipse.ocl.examples.autogen.autocgmodel.impl   
org.eclipse.ocl.examples.autogen.autocgmodel.util   
org.eclipse.ocl.examples.autogen.java   
 

Uses of CGContainmentPart in org.eclipse.ocl.examples.autogen.analyzer
 

Methods in org.eclipse.ocl.examples.autogen.analyzer with parameters of type CGContainmentPart
 java.lang.Object AutoAnalysisVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 java.lang.Object AutoBoxingAnalyzer.visitCGContainmentPart(CGContainmentPart cgElement)
           
 java.lang.String AutoCG2StringVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 java.lang.Object AutoDependencyVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 java.util.Set<CGVariable> AutoFieldingAnalyzer.AutoAnalysisVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 java.lang.Boolean AutoFieldingAnalyzer.AutoRewriteVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 java.util.List<java.lang.Object> AutoReferencesVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 

Uses of CGContainmentPart in org.eclipse.ocl.examples.autogen.autocgmodel
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel that return CGContainmentPart
 CGContainmentPart AutoCGModelFactory.createCGContainmentPart()
          Returns a new object of class 'CG Containment Part'.
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel that return types with arguments of type CGContainmentPart
 java.util.List<CGContainmentPart> CGContainmentBody.getParts()
          Returns the value of the 'Parts' containment reference list.
 

Uses of CGContainmentPart in org.eclipse.ocl.examples.autogen.autocgmodel.impl
 

Classes in org.eclipse.ocl.examples.autogen.autocgmodel.impl that implement CGContainmentPart
 class CGContainmentPartImpl
          An implementation of the model object 'CG Containment Part'.
 

Fields in org.eclipse.ocl.examples.autogen.autocgmodel.impl with type parameters of type CGContainmentPart
protected  org.eclipse.emf.common.util.EList<CGContainmentPart> CGContainmentBodyImpl.parts
          The cached value of the 'Parts' containment reference list.
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.impl that return CGContainmentPart
 CGContainmentPart AutoCGModelFactoryImpl.createCGContainmentPart()
           
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.impl that return types with arguments of type CGContainmentPart
 java.util.List<CGContainmentPart> CGContainmentBodyImpl.getParts()
           
 

Uses of CGContainmentPart in org.eclipse.ocl.examples.autogen.autocgmodel.util
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.util with parameters of type CGContainmentPart
 T AutoCGModelSwitch.caseCGContainmentPart(CGContainmentPart object)
          Returns the result of interpreting the object as an instance of 'CG Containment Part'.
 R AbstractExtendingAutoCGModelVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 R AbstractNonNullExtendingAutoCGModelVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 R AbstractNullAutoCGModelVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 R AutoCGModelVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 

Uses of CGContainmentPart in org.eclipse.ocl.examples.autogen.java
 

Methods in org.eclipse.ocl.examples.autogen.java with parameters of type CGContainmentPart
 java.lang.Object AutoCG2JavaPreVisitor.visitCGContainmentPart(CGContainmentPart object)
           
 java.lang.Boolean AutoCG2JavaVisitor.visitCGContainmentPart(CGContainmentPart object)