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

Packages that use ConstraintCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util   
 

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

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

Methods in org.eclipse.ocl.examples.xtext.base.baseCST 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.baseCST.impl
 

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

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.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.baseCST.impl that return ConstraintCS
 ConstraintCS BaseCSTFactoryImpl.createConstraintCS()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.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.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type ConstraintCS
 T BaseCSTSwitch.caseConstraintCS(ConstraintCS object)
          Returns the result of interpreting the object as an instance of 'Constraint CS'.
 boolean BaseCSTValidator.validateConstraintCS(ConstraintCS constraintCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type ConstraintCS
 Continuation<?> BaseContainmentVisitor.visitConstraintCS(ConstraintCS csElement)
           
 Element BaseLeft2RightVisitor.visitConstraintCS(ConstraintCS object)
           
 Continuation<?> BasePostOrderVisitor.visitConstraintCS(ConstraintCS csConstraint)
           
 Continuation<?> BasePreOrderVisitor.visitConstraintCS(ConstraintCS csConstraint)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type ConstraintCS
 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.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type ConstraintCS
 void CS2Moniker.appendConstraintCSDisambiguator(ConstraintCS csConstraint)
           
 java.lang.Boolean BaseCS2MonikerVisitor.visitConstraintCS(ConstraintCS csConstraint)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST 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.completeOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.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.completeOCLCST.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.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.oclinEcoreCST
 

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util with parameters of type ConstraintCS
 T OCLinEcoreCSTSwitch.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.oclstdlibCST
 

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

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

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.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.oclstdlibCST.util
 

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