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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return InitCS
 InitCS CompleteOCLCSTFactory.createInitCS()
          Returns a new object of class 'Init CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement InitCS
 class InitCSImpl
          An implementation of the model object 'Init CS'.
 

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

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

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

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

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

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

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