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

Packages that use CGContainmentBody
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 CGContainmentBody in org.eclipse.ocl.examples.autogen.analyzer
 

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

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

Methods in org.eclipse.ocl.examples.autogen.autocgmodel that return CGContainmentBody
 CGContainmentBody AutoCGModelFactory.createCGContainmentBody()
          Returns a new object of class 'CG Containment Body'.
 CGContainmentBody CGContainmentPart.getContainmentBody()
          Returns the value of the 'Containment Body' container reference.
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel with parameters of type CGContainmentBody
 void CGContainmentPart.setContainmentBody(CGContainmentBody value)
          Sets the value of the 'Containment Body' container reference.
 

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

Classes in org.eclipse.ocl.examples.autogen.autocgmodel.impl that implement CGContainmentBody
 class CGContainmentBodyImpl
          An implementation of the model object 'CG Containment Body'.
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.impl that return CGContainmentBody
 CGContainmentBody AutoCGModelFactoryImpl.createCGContainmentBody()
           
 CGContainmentBody CGContainmentPartImpl.getContainmentBody()
           
 

Methods in org.eclipse.ocl.examples.autogen.autocgmodel.impl with parameters of type CGContainmentBody
 org.eclipse.emf.common.notify.NotificationChain CGContainmentPartImpl.basicSetContainmentBody(CGContainmentBody newContainmentBody, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CGContainmentPartImpl.setContainmentBody(CGContainmentBody newContainmentBody)
           
 

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

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

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

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