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

Packages that use CGConstraint
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   
org.eclipse.ocl.examples.codegen.oclinecore   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer that return CGConstraint
 CGConstraint AS2CGVisitor.visitConstraint(Constraint element)
           
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type CGConstraint
 java.lang.String CG2StringVisitor.visitCGConstraint(CGConstraint cgConstraint)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return CGConstraint
 CGConstraint CGModelFactory.createCGConstraint()
          Returns a new object of class 'CG Constraint'.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return types with arguments of type CGConstraint
 java.util.List<CGConstraint> CGClass.getInvariants()
          Returns the value of the 'Invariants' containment reference list.
 java.util.List<CGConstraint> CGOperation.getPostconditions()
          Returns the value of the 'Postconditions' containment reference list.
 java.util.List<CGConstraint> CGOperation.getPreconditions()
          Returns the value of the 'Preconditions' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.codegen.cgmodel.impl that implement CGConstraint
 class CGConstraintImpl
          An implementation of the model object 'CG Constraint'.
 

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl with type parameters of type CGConstraint
protected  org.eclipse.emf.common.util.EList<CGConstraint> CGClassImpl.invariants
          The cached value of the 'Invariants' containment reference list.
protected  org.eclipse.emf.common.util.EList<CGConstraint> CGOperationImpl.postconditions
          The cached value of the 'Postconditions' containment reference list.
protected  org.eclipse.emf.common.util.EList<CGConstraint> CGOperationImpl.preconditions
          The cached value of the 'Preconditions' containment reference list.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return CGConstraint
 CGConstraint CGModelFactoryImpl.createCGConstraint()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return types with arguments of type CGConstraint
 java.util.List<CGConstraint> CGClassImpl.getInvariants()
           
 java.util.List<CGConstraint> CGOperationImpl.getPostconditions()
           
 java.util.List<CGConstraint> CGOperationImpl.getPreconditions()
           
 

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

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

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type CGConstraint
 java.lang.Object CG2JavaPreVisitor.visitCGConstraint(CGConstraint cgConstraint)
           
 java.lang.Boolean CG2JavaVisitor.visitCGConstraint(CGConstraint cgConstraint)
           
 

Uses of CGConstraint in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type CGConstraint
 java.lang.Boolean OCLinEcoreCodeGenerator.EcoreRewriteVisitor.visitCGConstraint(CGConstraint cgConstraint)