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.serializer   
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<?> AbstractCompleteOCLContainmentVisitor.visitIncludeCS(IncludeCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitIncludeCS(IncludeCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitIncludeCS(IncludeCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitIncludeCS(IncludeCS object)
           
 Continuation<?> CompleteOCLContainmentVisitor.visitIncludeCS(IncludeCS csElement)
           
 Continuation<?> CompleteOCLPostOrderVisitor.visitIncludeCS(IncludeCS csElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type IncludeCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_IncludeCS(org.eclipse.emf.ecore.EObject context, IncludeCS semanticObject)
          Constraint: namespace=[Namespace|URI]
 

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)