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

Packages that use CGEcoreClassConstructorExp
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 CGEcoreClassConstructorExp in org.eclipse.ocl.examples.codegen.cgmodel
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGEcoreClassConstructorExp
 CGEcoreClassConstructorExp CGModelFactory.createCGEcoreClassConstructorExp()
          Returns a new object of class 'CG Ecore Class Constructor Exp'.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGEcoreClassConstructorExp
 class CGEcoreClassConstructorExpImpl
          An implementation of the model object 'CG Ecore Class Constructor Exp'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGEcoreClassConstructorExp
 CGEcoreClassConstructorExp CGModelFactoryImpl.createCGEcoreClassConstructorExp()
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGEcoreClassConstructorExp
 T CGModelSwitch.caseCGEcoreClassConstructorExp(CGEcoreClassConstructorExp object)
          Returns the result of interpreting the object as an instance of 'CG Ecore Class Constructor Exp'.
 R AbstractExtendingCGModelVisitor.visitCGEcoreClassConstructorExp(CGEcoreClassConstructorExp object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGEcoreClassConstructorExp(CGEcoreClassConstructorExp object)
           
 R AbstractNullCGModelVisitor.visitCGEcoreClassConstructorExp(CGEcoreClassConstructorExp object)
           
 R CGModelVisitor.visitCGEcoreClassConstructorExp(CGEcoreClassConstructorExp object)
           
 

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

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