Uses of Interface
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.JavaImplementationCS

Packages that use JavaImplementationCS
org.eclipse.ocl.examples.xtext.oclstdlib.cs2as   
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 JavaImplementationCS in org.eclipse.ocl.examples.xtext.oclstdlib.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.cs2as with parameters of type JavaImplementationCS
 Continuation<?> AutoOCLstdlibCSContainmentVisitor.visitJavaImplementationCS(JavaImplementationCS self)
           
 

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

Subinterfaces of JavaImplementationCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 interface LibIterationCS
          A representation of the model object 'Lib Iteration CS'.
 interface LibOperationCS
          A representation of the model object 'Lib Operation CS'.
 interface LibPropertyCS
          A representation of the model object 'Lib Property CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that implement JavaImplementationCS
 class LibIterationCSImpl
          An implementation of the model object 'Lib Iteration CS'.
 class LibOperationCSImpl
          An implementation of the model object 'Lib Operation CS'.
 class LibPropertyCSImpl
          An implementation of the model object 'Lib Property CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util with parameters of type JavaImplementationCS
 T OCLstdlibCSSwitch.caseJavaImplementationCS(JavaImplementationCS object)
          Returns the result of interpreting the object as an instance of 'Java Implementation CS'.
 boolean OCLstdlibCSValidator.validateJavaImplementationCS(JavaImplementationCS javaImplementationCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 Continuation<?> AutoOCLstdlibContainmentVisitor.visitJavaImplementationCS(JavaImplementationCS self)