Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.AnnotationElementCS

Packages that use AnnotationElementCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util   
 

Uses of AnnotationElementCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Subinterfaces of AnnotationElementCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface AnnotationCS
          A representation of the model object 'Annotation CS'.
 interface DocumentationCS
          A representation of the model object 'Documentation CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return types with arguments of type AnnotationElementCS
 org.eclipse.emf.common.util.EList<AnnotationElementCS> ModelElementCS.getOwnedAnnotation()
          Returns the value of the 'Owned Annotation' containment reference list.
 

Uses of AnnotationElementCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement AnnotationElementCS
 class AnnotationCSImpl
          An implementation of the model object 'Annotation CS'.
 class AnnotationElementCSImpl
          An implementation of the model object 'Annotation Element CS'.
 class DocumentationCSImpl
          An implementation of the model object 'Documentation CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl with type parameters of type AnnotationElementCS
protected  org.eclipse.emf.common.util.EList<AnnotationElementCS> ModelElementCSImpl.ownedAnnotation
          The cached value of the 'Owned Annotation' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return types with arguments of type AnnotationElementCS
 org.eclipse.emf.common.util.EList<AnnotationElementCS> ModelElementCSImpl.getOwnedAnnotation()
           
 

Uses of AnnotationElementCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type AnnotationElementCS
 T BaseCSTSwitch.caseAnnotationElementCS(AnnotationElementCS object)
          Returns the result of interpreting the object as an instance of 'Annotation Element CS'.
 boolean BaseCSTValidator.validateAnnotationElementCS(AnnotationElementCS annotationElementCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of AnnotationElementCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type AnnotationElementCS
 Continuation<?> BaseContainmentVisitor.visitAnnotationElementCS(AnnotationElementCS csElement)
           
 Continuation<?> BasePostOrderVisitor.visitAnnotationElementCS(AnnotationElementCS csAnnotationElement)
           
 

Uses of AnnotationElementCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type AnnotationElementCS
 R AbstractDelegatingBaseCSVisitor.visitAnnotationElementCS(AnnotationElementCS object)
           
 R AbstractExtendingBaseCSVisitor.visitAnnotationElementCS(AnnotationElementCS object)
           
 R AbstractNullBaseCSVisitor.visitAnnotationElementCS(AnnotationElementCS object)
           
 R BaseCSVisitor.visitAnnotationElementCS(AnnotationElementCS object)
           
 

Uses of AnnotationElementCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 

Subinterfaces of AnnotationElementCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 interface SysMLCS
          A representation of the model object 'Sys MLCS'.
 

Uses of AnnotationElementCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that implement AnnotationElementCS
 class SysMLCSImpl
          An implementation of the model object 'Sys MLCS'.
 

Uses of AnnotationElementCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util with parameters of type AnnotationElementCS
 T OCLinEcoreCSTSwitch.caseAnnotationElementCS(AnnotationElementCS object)
          Returns the result of interpreting the object as an instance of 'Annotation Element CS'.