Uses of Interface
org.eclipse.ocl.examples.xtext.base.basecs.ConstraintCS

Packages that use ConstraintCS
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.basecs.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util   
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return ConstraintCS
 ConstraintCS BaseCSFactory.createConstraintCS()
          Returns a new object of class 'Constraint CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return types with arguments of type ConstraintCS
 org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierCS.getOwnedConstraint()
          Returns the value of the 'Owned Constraint' containment reference list.
 org.eclipse.emf.common.util.EList<ConstraintCS> OperationCS.getOwnedPostcondition()
          Returns the value of the 'Owned Postcondition' containment reference list.
 org.eclipse.emf.common.util.EList<ConstraintCS> OperationCS.getOwnedPrecondition()
          Returns the value of the 'Owned Precondition' containment reference list.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement ConstraintCS
 class ConstraintCSImpl
          An implementation of the model object 'Constraint CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl with type parameters of type ConstraintCS
protected  org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierCSImpl.ownedConstraint
          The cached value of the 'Owned Constraint' containment reference list.
protected  org.eclipse.emf.common.util.EList<ConstraintCS> OperationCSImpl.ownedPostcondition
          The cached value of the 'Owned Postcondition' containment reference list.
protected  org.eclipse.emf.common.util.EList<ConstraintCS> OperationCSImpl.ownedPrecondition
          The cached value of the 'Owned Precondition' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return ConstraintCS
 ConstraintCS BaseCSFactoryImpl.createConstraintCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return types with arguments of type ConstraintCS
 org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierCSImpl.getOwnedConstraint()
           
 org.eclipse.emf.common.util.EList<ConstraintCS> OperationCSImpl.getOwnedPostcondition()
           
 org.eclipse.emf.common.util.EList<ConstraintCS> OperationCSImpl.getOwnedPrecondition()
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type ConstraintCS
 T BaseCSSwitch.caseConstraintCS(ConstraintCS object)
          Returns the result of interpreting the object as an instance of 'Constraint CS'.
 boolean BaseCSValidator.validateConstraintCS(ConstraintCS constraintCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitConstraintCS(ConstraintCS object)
           
 R AbstractExtendingBaseCSVisitor.visitConstraintCS(ConstraintCS object)
           
 R AbstractNullBaseCSVisitor.visitConstraintCS(ConstraintCS object)
           
 R BaseCSVisitor.visitConstraintCS(ConstraintCS object)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type ConstraintCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitConstraintCS(ConstraintCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitConstraintCS(ConstraintCS csElement)
           
 Element BaseCSLeft2RightVisitor.visitConstraintCS(ConstraintCS object)
           
 Continuation<?> BaseCSPreOrderVisitor.visitConstraintCS(ConstraintCS csConstraint)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return types with arguments of type ConstraintCS
 org.eclipse.emf.common.util.EList<ConstraintCS> PropertyContextDeclCS.getDerivedInvariants()
          Returns the value of the 'Derived Invariants' containment reference list.
 org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierContextDeclCS.getInvariants()
          Returns the value of the 'Invariants' containment reference list.
 org.eclipse.emf.common.util.EList<ConstraintCS> OperationContextDeclCS.getPostconditions()
          Returns the value of the 'Postconditions' containment reference list.
 org.eclipse.emf.common.util.EList<ConstraintCS> OperationContextDeclCS.getPreconditions()
          Returns the value of the 'Preconditions' containment reference list.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl with type parameters of type ConstraintCS
protected  org.eclipse.emf.common.util.EList<ConstraintCS> PropertyContextDeclCSImpl.derivedInvariants
          The cached value of the 'Derived Invariants' containment reference list.
protected  org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierContextDeclCSImpl.invariants
          The cached value of the 'Invariants' containment reference list.
protected  org.eclipse.emf.common.util.EList<ConstraintCS> OperationContextDeclCSImpl.postconditions
          The cached value of the 'Postconditions' containment reference list.
protected  org.eclipse.emf.common.util.EList<ConstraintCS> OperationContextDeclCSImpl.preconditions
          The cached value of the 'Preconditions' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return types with arguments of type ConstraintCS
 org.eclipse.emf.common.util.EList<ConstraintCS> PropertyContextDeclCSImpl.getDerivedInvariants()
           
 org.eclipse.emf.common.util.EList<ConstraintCS> ClassifierContextDeclCSImpl.getInvariants()
           
 org.eclipse.emf.common.util.EList<ConstraintCS> OperationContextDeclCSImpl.getPostconditions()
           
 org.eclipse.emf.common.util.EList<ConstraintCS> OperationContextDeclCSImpl.getPreconditions()
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with type parameters of type ConstraintCS
protected
<T extends ConstraintCS>
void
CompleteOCLDeclarationVisitor.refreshPropertyConstraints(java.lang.Class<T> csConstraintClass, java.util.List<? super T> csPropertyConstraints, Property object)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.completeocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type ConstraintCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_ConstraintCS(org.eclipse.emf.ecore.EObject context, ConstraintCS semanticObject)
          Constraint: ((name=UnrestrictedName messageSpecification=SpecificationCS?)? specification=SpecificationCS)
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type ConstraintCS
 Continuation<?> EssentialOCLCSContainmentVisitor.visitConstraintCS(ConstraintCS csElement)
           
 Continuation<?> EssentialOCLCSPostOrderVisitor.visitConstraintCS(ConstraintCS csConstraint)
           
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type ConstraintCS
EssentialOCLCSPostOrderVisitor.ConstraintCSCompletion(CS2PivotConversion context, ConstraintCS csElement)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type ConstraintCS
protected  ElementCS EssentialOCLDeclarationVisitor.refreshConstraint(ConstraintCS csElement, Constraint object)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type ConstraintCS
protected  void EssentialOCLOutlineTreeProvider._createChildren(org.eclipse.xtext.ui.editor.outline.IOutlineNode parentNode, ConstraintCS constraint)
           
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs
 

Subinterfaces of ConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs
 interface OCLinEcoreConstraintCS
          A representation of the model object 'Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl that implement ConstraintCS
 class OCLinEcoreConstraintCSImpl
          An implementation of the model object 'Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util with parameters of type ConstraintCS
 T OCLinEcoreCSSwitch.caseConstraintCS(ConstraintCS object)
          Returns the result of interpreting the object as an instance of 'Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 

Subinterfaces of ConstraintCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 interface LibConstraintCS
          A representation of the model object 'Lib Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that implement ConstraintCS
 class LibConstraintCSImpl
          An implementation of the model object 'Lib Constraint CS'.
 

Uses of ConstraintCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util with parameters of type ConstraintCS
 T OCLstdlibCSSwitch.caseConstraintCS(ConstraintCS object)
          Returns the result of interpreting the object as an instance of 'Constraint CS'.