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

Packages that use CGElementId
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.java   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGElementId
 CGElementId CodeGenAnalyzer.getElementId(ElementId elementId)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGElementId
 java.lang.Object DependencyVisitor.visitCGElementId(CGElementId cgElementId)
           
 

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

Subinterfaces of CGElementId in org.eclipse.ocl.examples.codegen.cgmodel
 interface CGTypeId
          A representation of the model object 'CG Type'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGElementId
 CGElementId CGModelFactory.createCGElementId()
          Returns a new object of class 'CG Element Id'.
 CGElementId CGExecutorOperation.getUnderlyingOperationId()
          Returns the value of the 'Underlying Operation Id' reference.
 CGElementId CGExecutorProperty.getUnderlyingPropertyId()
          Returns the value of the 'Underlying Property Id' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type CGElementId
 void CGExecutorOperation.setUnderlyingOperationId(CGElementId value)
          Sets the value of the 'Underlying Operation Id' reference.
 void CGExecutorProperty.setUnderlyingPropertyId(CGElementId value)
          Sets the value of the 'Underlying Property Id' reference.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGElementId
 class CGElementIdImpl
          An implementation of the model object 'CG Element Id'.
 class CGTypeIdImpl
          An implementation of the model object 'CG Type'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as CGElementId
protected  CGElementId CGExecutorOperationImpl.underlyingOperationId
          The cached value of the 'Underlying Operation Id' reference.
protected  CGElementId CGExecutorPropertyImpl.underlyingPropertyId
          The cached value of the 'Underlying Property Id' reference.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGElementId
 CGElementId CGModelFactoryImpl.createCGElementId()
           
 CGElementId CGExecutorOperationImpl.getUnderlyingOperationId()
           
 CGElementId CGExecutorPropertyImpl.getUnderlyingPropertyId()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type CGElementId
 void CGExecutorOperationImpl.setUnderlyingOperationId(CGElementId newUnderlyingOperationId)
           
 void CGExecutorPropertyImpl.setUnderlyingPropertyId(CGElementId newUnderlyingPropertyId)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel.util with parameters of type CGElementId
 T CGModelSwitch.caseCGElementId(CGElementId object)
          Returns the result of interpreting the object as an instance of 'CG Element Id'.
 R AbstractExtendingCGModelVisitor.visitCGElementId(CGElementId object)
           
 R AbstractNullCGModelVisitor.visitCGElementId(CGElementId object)
           
 R CGModelVisitor.visitCGElementId(CGElementId object)
           
 

Uses of CGElementId in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGElementId
 java.lang.Object CG2JavaVisitor.visitCGElementId(CGElementId cgElementId)