Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.InvCS

Packages that use InvCS
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.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
org.eclipse.ocl.examples.xtext.completeocl.util   
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return InvCS
 InvCS CompleteOCLCSTFactory.createInvCS()
          Returns a new object of class 'Inv CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement InvCS
 class InvCSImpl
          An implementation of the model object 'Inv CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return InvCS
 InvCS CompleteOCLCSTFactoryImpl.createInvCS()
           
 

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

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

Uses of InvCS in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type InvCS
 Continuation<?> AbstractCompleteOCLContainmentVisitor.visitInvCS(InvCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitInvCS(InvCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitInvCS(InvCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitInvCS(InvCS object)
           
 

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

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

Uses of InvCS in org.eclipse.ocl.examples.xtext.completeocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.ui.labeling with parameters of type InvCS
protected  java.lang.String CompleteOCLLabelProvider.image(InvCS ele)
           
protected  java.lang.String CompleteOCLLabelProvider.text(InvCS ele)
           
 

Uses of InvCS in org.eclipse.ocl.examples.xtext.completeocl.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.util with parameters of type InvCS
 R AbstractDelegatingCompleteOCLCSVisitor.visitInvCS(InvCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitInvCS(InvCS object)
           
 R AbstractExtendingDelegatingCompleteOCLCSVisitor.visitInvCS(InvCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitInvCS(InvCS object)
           
 R CompleteOCLCSVisitor.visitInvCS(InvCS object)