Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.IncludeCS

Packages that use IncludeCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.scoping   
org.eclipse.ocl.examples.xtext.completeocl.util   
 

Uses of IncludeCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return IncludeCS
 IncludeCS CompleteOCLCSTFactory.createIncludeCS()
          Returns a new object of class 'Include CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return types with arguments of type IncludeCS
 org.eclipse.emf.common.util.EList<IncludeCS> CompleteOCLDocumentCS.getOwnedInclude()
          Returns the value of the 'Owned Include' containment reference list.
 

Uses of IncludeCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement IncludeCS
 class IncludeCSImpl
          An implementation of the model object 'Include CS'.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with type parameters of type IncludeCS
protected  org.eclipse.emf.common.util.EList<IncludeCS> CompleteOCLDocumentCSImpl.ownedInclude
          The cached value of the 'Owned Include' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return IncludeCS
 IncludeCS CompleteOCLCSTFactoryImpl.createIncludeCS()
           
 

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

Uses of IncludeCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type IncludeCS
 T CompleteOCLCSTSwitch.caseIncludeCS(IncludeCS object)
          Returns the result of interpreting the object as an instance of 'Include CS'.
 

Uses of IncludeCS in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type IncludeCS
 Continuation<?> CompleteOCLPostOrderVisitor.visitIncludeCS(IncludeCS object)
           
 ScopeCSAdapter CompleteOCLScopeVisitor.visitIncludeCS(IncludeCS eObject)
           
 

Uses of IncludeCS in org.eclipse.ocl.examples.xtext.completeocl.scoping
 

Constructors in org.eclipse.ocl.examples.xtext.completeocl.scoping with parameters of type IncludeCS
IncludeScopeAdapter(TypeManager typeManager, IncludeCS csElement)
           
 

Uses of IncludeCS in org.eclipse.ocl.examples.xtext.completeocl.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.util with parameters of type IncludeCS
 R AbstractDelegatingCompleteOCLCSVisitor.visitIncludeCS(IncludeCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitIncludeCS(IncludeCS object)
           
 R AbstractExtendingDelegatingCompleteOCLCSVisitor.visitIncludeCS(IncludeCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitIncludeCS(IncludeCS object)
           
 R CompleteOCLCSVisitor.visitIncludeCS(IncludeCS object)