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

Packages that use ImportCS
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.impl   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return ImportCS
 ImportCS BaseCSFactory.createImportCS()
          Returns a new object of class 'Import CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return types with arguments of type ImportCS
 org.eclipse.emf.common.util.EList<ImportCS> RootCS.getOwnedImport()
          Returns the value of the 'Owned Import' containment reference list.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement ImportCS
 class ImportCSImpl
          An implementation of the model object 'Import CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl with type parameters of type ImportCS
protected  org.eclipse.emf.common.util.EList<ImportCS> RootPackageCSImpl.ownedImport
          The cached value of the 'Owned Import' containment reference list.
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return types with arguments of type ImportCS
 org.eclipse.emf.common.util.EList<ImportCS> RootPackageCSImpl.getOwnedImport()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type ImportCS
 T BaseCSSwitch.caseImportCS(ImportCS object)
          Returns the result of interpreting the object as an instance of 'Import CS'.
 boolean BaseCSValidator.validateImportCS(ImportCS importCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitImportCS(ImportCS object)
           
 R AbstractExtendingBaseCSVisitor.visitImportCS(ImportCS object)
           
 R AbstractNullBaseCSVisitor.visitImportCS(ImportCS object)
           
 R BaseCSVisitor.visitImportCS(ImportCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type ImportCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitImportCS(ImportCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitImportCS(ImportCS csElement)
           
 Continuation<?> BaseCSPostOrderVisitor.visitImportCS(ImportCS object)
           
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl with type parameters of type ImportCS
protected  org.eclipse.emf.common.util.EList<ImportCS> CompleteOCLDocumentCSImpl.ownedImport
          The cached value of the 'Owned Import' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return types with arguments of type ImportCS
 org.eclipse.emf.common.util.EList<ImportCS> CompleteOCLDocumentCSImpl.getOwnedImport()
           
 

Uses of ImportCS in org.eclipse.ocl.examples.xtext.completeocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type ImportCS
 Continuation<?> CompleteOCLCSContainmentVisitor.visitImportCS(ImportCS csElement)
           
 

Uses of ImportCS in org.eclipse.ocl.examples.xtext.completeocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type ImportCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_ImportCS(org.eclipse.emf.ecore.EObject context, ImportCS semanticObject)
          Constraint: (name=Identifier? pathName=URIPathNameCS all?='::'?)
 

Uses of ImportCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl with type parameters of type ImportCS
protected  org.eclipse.emf.common.util.EList<ImportCS> ContextCSImpl.ownedImport
          The cached value of the 'Owned Import' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return types with arguments of type ImportCS
 org.eclipse.emf.common.util.EList<ImportCS> ContextCSImpl.getOwnedImport()
           
 

Uses of ImportCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type ImportCS
protected  java.lang.String BaseLabelProvider.image(ImportCS ele)
           
protected  java.lang.String BaseLabelProvider.text(ImportCS ele)
           
 

Uses of ImportCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type ImportCS
protected  boolean EssentialOCLOutlineTreeProvider._isLeaf(ImportCS csExp)
           
 

Uses of ImportCS in org.eclipse.ocl.examples.xtext.oclinecore.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type ImportCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_ImportCS(org.eclipse.emf.ecore.EObject context, ImportCS semanticObject)
          Constraint: (name=UnrestrictedName? pathName=URIPathNameCS all?='::'?)