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

Packages that use PackageOwnerCS
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.oclstdlib.oclstdlibcs   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util   
 

Uses of PackageOwnerCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Subinterfaces of PackageOwnerCS in org.eclipse.ocl.examples.xtext.base.basecs
 interface PackageCS
          A representation of the model object 'Package CS'.
 interface RootPackageCS
          A representation of the model object 'Root Package CS'.
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type PackageOwnerCS
 T BaseCSSwitch.casePackageOwnerCS(PackageOwnerCS object)
          Returns the result of interpreting the object as an instance of 'Package Owner CS'.
 boolean BaseCSValidator.validatePackageOwnerCS(PackageOwnerCS packageOwnerCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitPackageOwnerCS(PackageOwnerCS object)
           
 R AbstractExtendingBaseCSVisitor.visitPackageOwnerCS(PackageOwnerCS object)
           
 R AbstractNullBaseCSVisitor.visitPackageOwnerCS(PackageOwnerCS object)
           
 R BaseCSVisitor.visitPackageOwnerCS(PackageOwnerCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type PackageOwnerCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitPackageOwnerCS(PackageOwnerCS self)
           
 Continuation<?> BaseCSPostOrderVisitor.visitPackageOwnerCS(PackageOwnerCS object)
           
 Continuation<?> BaseCSPreOrderVisitor.visitPackageOwnerCS(PackageOwnerCS object)
           
 

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

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

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

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

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

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

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

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

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

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

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

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