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

Packages that use SpecificationCS
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.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util   
 

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

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return SpecificationCS
 SpecificationCS BaseCSTFactory.createSpecificationCS()
          Returns a new object of class 'Specification CS'.
 SpecificationCS ConstraintCS.getMessageSpecification()
          Returns the value of the 'Message Specification' containment reference.
 SpecificationCS ConstraintCS.getSpecification()
          Returns the value of the 'Specification' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST with parameters of type SpecificationCS
 void ConstraintCS.setMessageSpecification(SpecificationCS value)
          Sets the value of the 'Message Specification' containment reference.
 void ConstraintCS.setSpecification(SpecificationCS value)
          Sets the value of the 'Specification' containment reference.
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement SpecificationCS
 class SpecificationCSImpl
          An implementation of the model object 'Specification CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl declared as SpecificationCS
protected  SpecificationCS ConstraintCSImpl.messageSpecification
          The cached value of the 'Message Specification' containment reference.
protected  SpecificationCS ConstraintCSImpl.specification
          The cached value of the 'Specification' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return SpecificationCS
 SpecificationCS BaseCSTFactoryImpl.createSpecificationCS()
           
 SpecificationCS ConstraintCSImpl.getMessageSpecification()
           
 SpecificationCS ConstraintCSImpl.getSpecification()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl with parameters of type SpecificationCS
 org.eclipse.emf.common.notify.NotificationChain ConstraintCSImpl.basicSetMessageSpecification(SpecificationCS newMessageSpecification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ConstraintCSImpl.basicSetSpecification(SpecificationCS newSpecification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ConstraintCSImpl.setMessageSpecification(SpecificationCS newMessageSpecification)
           
 void ConstraintCSImpl.setSpecification(SpecificationCS newSpecification)
           
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

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

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type SpecificationCS
 MonikeredElement BaseLeft2RightVisitor.visitSpecificationCS(SpecificationCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type SpecificationCS
 R AbstractDelegatingBaseCSVisitor.visitSpecificationCS(SpecificationCS object)
           
 R AbstractExtendingBaseCSVisitor.visitSpecificationCS(SpecificationCS object)
           
 R AbstractNullBaseCSVisitor.visitSpecificationCS(SpecificationCS object)
           
 R BaseCSVisitor.visitSpecificationCS(SpecificationCS object)
           
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type SpecificationCS
 java.lang.Boolean BaseCS2MonikerVisitor.visitSpecificationCS(SpecificationCS object)
           
 

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

Subinterfaces of SpecificationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface ContextSpecificationCS
          A representation of the model object 'Context Specification CS'.
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement SpecificationCS
 class ContextSpecificationCSImpl
          An implementation of the model object 'Context Specification CS'.
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type SpecificationCS
 T CompleteOCLCSTSwitch.caseSpecificationCS(SpecificationCS object)
          Returns the result of interpreting the object as an instance of 'Specification CS'.
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type SpecificationCS
 Continuation<?> EssentialOCLPostOrderVisitor.visitSpecificationCS(SpecificationCS csSpecification)
           
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Subinterfaces of SpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 interface ExpSpecificationCS
          A representation of the model object 'Exp Constraint CS'.
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement SpecificationCS
 class ExpSpecificationCSImpl
          An implementation of the model object 'Exp Constraint CS'.
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type SpecificationCS
 T EssentialOCLCSTSwitch.caseSpecificationCS(SpecificationCS object)
          Returns the result of interpreting the object as an instance of 'Specification CS'.
 

Uses of SpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 

Subinterfaces of SpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 interface OCLinEcoreSpecificationCS
          A representation of the model object 'OC Lin Ecore Specification CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that implement SpecificationCS
 class OCLinEcoreSpecificationCSImpl
          An implementation of the model object 'OC Lin Ecore Specification CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util with parameters of type SpecificationCS
 T OCLinEcoreCSTSwitch.caseSpecificationCS(SpecificationCS object)
          Returns the result of interpreting the object as an instance of 'Specification CS'.