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

Packages that use AnnotationElementCS
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.oclinecore.oclinecorecs   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util   
 

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

Subinterfaces of AnnotationElementCS in org.eclipse.ocl.examples.xtext.base.basecs
 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.basecs 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.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.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.basecs.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.basecs.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.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type AnnotationElementCS
 T BaseCSSwitch.caseAnnotationElementCS(AnnotationElementCS object)
          Returns the result of interpreting the object as an instance of 'Annotation Element CS'.
 boolean BaseCSValidator.validateAnnotationElementCS(AnnotationElementCS annotationElementCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 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.base.cs2as
 

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

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

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

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

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

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

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