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

Packages that use NamespaceCS
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.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.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 NamespaceCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Subinterfaces of NamespaceCS in org.eclipse.ocl.examples.xtext.base.basecs
 interface ClassCS
          A representation of the model object 'Class CS'.
 interface DataTypeCS
          A representation of the model object 'Data Type CS'.
 interface EnumerationCS
          A representation of the model object 'Enum CS'.
 interface ImportCS
          A representation of the model object 'Import CS'.
 interface LibraryCS
          A representation of the model object 'Library CS'.
 interface PackageCS
          A representation of the model object 'Package CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement NamespaceCS
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 class DataTypeCSImpl
          An implementation of the model object 'Data Type CS'.
 class EnumerationCSImpl
          An implementation of the model object 'Enum CS'.
 class ImportCSImpl
          An implementation of the model object 'Import CS'.
 class LibraryCSImpl
          An implementation of the model object 'Library CS'.
 class PackageCSImpl
          An implementation of the model object 'Package CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type NamespaceCS
 T BaseCSSwitch.caseNamespaceCS(NamespaceCS object)
          Returns the result of interpreting the object as an instance of 'Namespace CS'.
 boolean BaseCSValidator.validateNamespaceCS(NamespaceCS namespaceCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type NamespaceCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitNamespaceCS(NamespaceCS self)
           
 

Uses of NamespaceCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Subinterfaces of NamespaceCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 interface CompleteOCLDocumentCS
          A representation of the model object 'Document CS'.
 interface IncludeCS
          A representation of the model object 'Include CS'.
 

Uses of NamespaceCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement NamespaceCS
 class CompleteOCLDocumentCSImpl
          An implementation of the model object 'Document CS'.
 class IncludeCSImpl
          An implementation of the model object 'Include CS'.
 

Uses of NamespaceCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type NamespaceCS
 T CompleteOCLCSSwitch.caseNamespaceCS(NamespaceCS object)
          Returns the result of interpreting the object as an instance of 'Namespace CS'.
 

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

Subinterfaces of NamespaceCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 interface LibClassCS
          A representation of the model object 'Lib Class CS'.
 interface LibPackageCS
          A representation of the model object 'Lib Package CS'.
 

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

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

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

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