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

Packages that use CGCallable
org.eclipse.ocl.examples.autogen.autocgmodel   
org.eclipse.ocl.examples.autogen.autocgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.cgmodel.util   
 

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

Subinterfaces of CGCallable in org.eclipse.ocl.examples.autogen.autocgmodel
 interface CGContainmentVisit
          A representation of the model object 'CG Containment Visit'.
 

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

Classes in org.eclipse.ocl.examples.autogen.autocgmodel.impl that implement CGCallable
 class CGContainmentVisitImpl
          An implementation of the model object 'CG Containment Visit'.
 

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

Subinterfaces of CGCallable in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGConstraint
          A representation of the model object 'CG Constraint'.
 interface CGEcoreOperation
          A representation of the model object 'CG Ecore Operation'.
 interface CGLibraryOperation
          A representation of the model object 'CG Library Operation'.
 interface CGOperation
          A representation of the model object 'CG Operation'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGCallable
 CGCallable CGParameter.getCallable()
          Returns the value of the 'Callable' container reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGCallable
 void CGParameter.setCallable(CGCallable value)
          Sets the value of the 'Callable' container reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGCallable
 class CGCallableImpl
          An implementation of the model object 'CG Callable'.
 class CGConstraintImpl
          An implementation of the model object 'CG Constraint'.
 class CGEcoreOperationImpl
          An implementation of the model object 'CG Ecore Operation'.
 class CGLibraryOperationImpl
          An implementation of the model object 'CG Library Operation'.
 class CGOperationImpl
          An implementation of the model object 'CG Operation'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGCallable
 CGCallable CGParameterImpl.getCallable()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGCallable
 org.eclipse.emf.common.notify.NotificationChain CGParameterImpl.basicSetCallable(CGCallable newCallable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CGParameterImpl.setCallable(CGCallable newCallable)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGCallable
 T CGModelSwitch.caseCGCallable(CGCallable object)
          Returns the result of interpreting the object as an instance of 'CG Callable'.
 R AbstractExtendingCGModelVisitor.visitCGCallable(CGCallable object)
           
 R AbstractNonNullExtendingCGModelVisitor.visitCGCallable(CGCallable object)
           
 R AbstractNullCGModelVisitor.visitCGCallable(CGCallable object)
           
 R CGModelVisitor.visitCGCallable(CGCallable object)