Uses of Interface
org.eclipse.ocl.examples.xtext.base.basecs.RootPackageCS

Packages that use RootPackageCS
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.basecs.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
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 RootPackageCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return RootPackageCS
 RootPackageCS BaseCSFactory.createRootPackageCS()
          Returns a new object of class 'Root Package CS'.
 

Uses of RootPackageCS in org.eclipse.ocl.examples.xtext.base.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement RootPackageCS
 class RootPackageCSImpl
          An implementation of the model object 'Root Package CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return RootPackageCS
 RootPackageCS BaseCSFactoryImpl.createRootPackageCS()
           
 

Uses of RootPackageCS in org.eclipse.ocl.examples.xtext.base.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type RootPackageCS
 T BaseCSSwitch.caseRootPackageCS(RootPackageCS object)
          Returns the result of interpreting the object as an instance of 'Root Package CS'.
 boolean BaseCSValidator.validateRootPackageCS_TestConstraint(RootPackageCS rootPackageCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the TestConstraint constraint of 'Root Package CS'.
 boolean BaseCSValidator.validateRootPackageCS(RootPackageCS rootPackageCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitRootPackageCS(RootPackageCS object)
           
 R AbstractExtendingBaseCSVisitor.visitRootPackageCS(RootPackageCS object)
           
 R AbstractNullBaseCSVisitor.visitRootPackageCS(RootPackageCS object)
           
 R BaseCSVisitor.visitRootPackageCS(RootPackageCS object)
           
 

Uses of RootPackageCS in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type RootPackageCS
protected  void BaseCSContainmentVisitor.importPackages(RootPackageCS csElement)
           
protected
<T extends Root>
T
BaseCSContainmentVisitor.refreshRootPackage(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, RootPackageCS csElement)
          Method used to refresh every RootPackageCS element.
 Continuation<?> AutoBaseCSContainmentVisitor.visitRootPackageCS(RootPackageCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitRootPackageCS(RootPackageCS csElement)
           
 Continuation<?> BaseCSPostOrderVisitor.visitRootPackageCS(RootPackageCS csPackage)
           
 

Uses of RootPackageCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs
 

Subinterfaces of RootPackageCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs
 interface TopLevelCS
          A representation of the model object 'Top Level CS'.
 

Uses of RootPackageCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl that implement RootPackageCS
 class TopLevelCSImpl
          An implementation of the model object 'Top Level CS'.
 

Uses of RootPackageCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util with parameters of type RootPackageCS
 T OCLinEcoreCSSwitch.caseRootPackageCS(RootPackageCS object)
          Returns the result of interpreting the object as an instance of 'Root Package CS'.
 

Uses of RootPackageCS in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type RootPackageCS
protected  java.lang.String OCLinEcoreLabelProvider.image(RootPackageCS ele)
           
 java.lang.String OCLinEcoreLabelProvider.text(RootPackageCS ele)
           
 

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

Subinterfaces of RootPackageCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 interface LibRootPackageCS
          A representation of the model object 'Lib Root Package CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that implement RootPackageCS
 class LibRootPackageCSImpl
          An implementation of the model object 'Lib Root Package CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util with parameters of type RootPackageCS
 T OCLstdlibCSSwitch.caseRootPackageCS(RootPackageCS object)
          Returns the result of interpreting the object as an instance of 'Root Package CS'.