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

Packages that use NamedElementCS
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.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinecorecs.util   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util   
 

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

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.base.basecs
 interface AnnotationCS
          A representation of the model object 'Annotation CS'.
 interface AnnotationElementCS
          A representation of the model object 'Annotation Element CS'.
 interface AttributeCS
          A representation of the model object 'Attribute CS'.
 interface ClassCS
          A representation of the model object 'Class CS'.
 interface ClassifierCS
          A representation of the model object 'Classifier CS'.
 interface ConstraintCS
          A representation of the model object 'Constraint CS'.
 interface DataTypeCS
          A representation of the model object 'Data Type CS'.
 interface DetailCS
          A representation of the model object 'Detail CS'.
 interface DocumentationCS
          A representation of the model object 'Documentation CS'.
 interface EnumerationCS
          A representation of the model object 'Enum CS'.
 interface EnumerationLiteralCS
          A representation of the model object 'Enum Literal CS'.
 interface FeatureCS
          A representation of the model object 'Feature CS'.
 interface ImportCS
          A representation of the model object 'Import CS'.
 interface LibraryCS
          A representation of the model object 'Library CS'.
 interface NamespaceCS
          A representation of the model object 'Namespace CS'.
 interface OperationCS
          A representation of the model object 'Operation CS'.
 interface PackageCS
          A representation of the model object 'Package CS'.
 interface ParameterCS
          A representation of the model object 'Parameter CS'.
 interface ReferenceCS
          A representation of the model object 'Reference CS'.
 interface StructuralFeatureCS
          A representation of the model object 'Structural Feature CS'.
 interface TemplateParameterCS
          A representation of the model object 'Template Parameter CS'.
 interface TuplePartCS
          A representation of the model object 'Tuple Part CS'.
 interface TypedElementCS
          A representation of the model object 'Typed Element CS'.
 interface TypeParameterCS
          A representation of the model object 'Type Parameter CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement NamedElementCS
 class AnnotationCSImpl
          An implementation of the model object 'Annotation CS'.
 class AnnotationElementCSImpl
          An implementation of the model object 'Annotation Element CS'.
 class AttributeCSImpl
          An implementation of the model object 'Attribute CS'.
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 class ClassifierCSImpl
          An implementation of the model object 'Classifier CS'.
 class ConstraintCSImpl
          An implementation of the model object 'Constraint CS'.
 class DataTypeCSImpl
          An implementation of the model object 'Data Type CS'.
 class DetailCSImpl
          An implementation of the model object 'Detail CS'.
 class DocumentationCSImpl
          An implementation of the model object 'Documentation CS'.
 class EnumerationCSImpl
          An implementation of the model object 'Enum CS'.
 class EnumerationLiteralCSImpl
          An implementation of the model object 'Enum Literal CS'.
 class ImportCSImpl
          An implementation of the model object 'Import CS'.
 class LibraryCSImpl
          An implementation of the model object 'Library CS'.
 class NamedElementCSImpl
          An implementation of the model object 'Named Element CS'.
 class OperationCSImpl
          An implementation of the model object 'Operation CS'.
 class PackageCSImpl
          An implementation of the model object 'Package CS'.
 class ParameterCSImpl
          An implementation of the model object 'Parameter CS'.
 class ReferenceCSImpl
          An implementation of the model object 'Reference CS'.
 class StructuralFeatureCSImpl
          An implementation of the model object 'Structural Feature CS'.
 class TemplateParameterCSImpl
          An implementation of the model object 'Template Parameter CS'.
 class TuplePartCSImpl
          An implementation of the model object 'Tuple Part CS'.
 class TypedElementCSImpl
          An implementation of the model object 'Typed Element CS'.
 class TypeParameterCSImpl
          An implementation of the model object 'Type Parameter CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type NamedElementCS
 T BaseCSSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.
 boolean BaseCSValidator.validateNamedElementCS(NamedElementCS namedElementCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitNamedElementCS(NamedElementCS object)
           
 R AbstractExtendingBaseCSVisitor.visitNamedElementCS(NamedElementCS object)
           
 R AbstractNullBaseCSVisitor.visitNamedElementCS(NamedElementCS object)
           
 R BaseCSVisitor.visitNamedElementCS(NamedElementCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type NamedElementCS
 void CS2PivotConversion.handleVisitNamedElement(NamedElementCS csNamedElement, NamedElement pivotElement)
           
protected
<T extends NamedElement>
T
BaseCSContainmentVisitor.refreshNamedElement(java.lang.Class<T> pivotClass, org.eclipse.emf.ecore.EClass pivotEClass, NamedElementCS csElement)
           
 Continuation<?> AutoBaseCSContainmentVisitor.visitNamedElementCS(NamedElementCS self)
           
 Continuation<?> BaseCSPostOrderVisitor.visitNamedElementCS(NamedElementCS csNamedElement)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with type parameters of type NamedElementCS
<T extends NamedElementCS>
T
Pivot2CSConversion.refreshNamedElement(java.lang.Class<T> csClass, org.eclipse.emf.ecore.EClass csEClass, NamedElement object)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with type parameters of type NamedElementCS
static
<T extends NamedElementCS>
T
ElementUtil.getNamedElementCS(java.util.Collection<T> namedElements, java.lang.String name)
           
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type NamedElementCS
 void NamedElementCSLabelGenerator.buildLabelFor(ILabelGenerator.Builder labelBuilder, NamedElementCS object)
           
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 interface CompleteOCLDocumentCS
          A representation of the model object 'Document CS'.
 interface DefCS
          A representation of the model object 'Def CS'.
 interface DefOperationCS
          A representation of the model object 'Def Operation CS'.
 interface DefPropertyCS
          A representation of the model object 'Def Property CS'.
 interface IncludeCS
          A representation of the model object 'Include CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement NamedElementCS
 class CompleteOCLDocumentCSImpl
          An implementation of the model object 'Document CS'.
 class DefCSImpl
          An implementation of the model object 'Def CS'.
 class DefOperationCSImpl
          An implementation of the model object 'Def Operation CS'.
 class DefPropertyCSImpl
          An implementation of the model object 'Def Property CS'.
 class IncludeCSImpl
          An implementation of the model object 'Include CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type NamedElementCS
 T CompleteOCLCSSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 interface BinaryOperatorCS
          A representation of the model object 'Binary Operator CS'.
 interface ContextCS
          A representation of the model object 'Context CS'.
 interface LetVariableCS
          A representation of the model object 'Variable CS'.
 interface NavigationOperatorCS
          A representation of the model object 'Navigation Operator CS'.
 interface OperatorCS
          A representation of the model object 'Operator CS'.
 interface TupleLiteralPartCS
          A representation of the model object 'Tuple Literal Part CS'.
 interface UnaryOperatorCS
          A representation of the model object 'Unary Operator CS'.
 interface VariableCS
          A representation of the model object 'Variable CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement NamedElementCS
 class BinaryOperatorCSImpl
          An implementation of the model object 'Binary Operator CS'.
 class ContextCSImpl
          An implementation of the model object 'Context CS'.
 class LetVariableCSImpl
          An implementation of the model object 'Variable CS'.
 class NavigationOperatorCSImpl
          An implementation of the model object 'Navigation Operator CS'.
 class OperatorCSImpl
          An implementation of the model object 'Operator CS'.
 class TupleLiteralPartCSImpl
          An implementation of the model object 'Tuple Literal Part CS'.
 class UnaryOperatorCSImpl
          An implementation of the model object 'Unary Operator CS'.
 class VariableCSImpl
          An implementation of the model object 'Variable CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type NamedElementCS
 T EssentialOCLCSSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type NamedElementCS
protected  void BaseLabelProvider.appendName(java.lang.StringBuilder s, NamedElementCS csElement)
           
 

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

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

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

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

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

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

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 

Subinterfaces of NamedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs
 interface LibClassCS
          A representation of the model object 'Lib Class CS'.
 interface LibConstraintCS
          A representation of the model object 'Lib Constraint CS'.
 interface LibIterationCS
          A representation of the model object 'Lib Iteration CS'.
 interface LibOperationCS
          A representation of the model object 'Lib Operation CS'.
 interface LibPackageCS
          A representation of the model object 'Lib Package CS'.
 interface LibPropertyCS
          A representation of the model object 'Lib Property CS'.
 interface PrecedenceCS
          A representation of the model object 'Precedence CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.impl that implement NamedElementCS
 class LibClassCSImpl
          An implementation of the model object 'Lib Class CS'.
 class LibConstraintCSImpl
          An implementation of the model object 'Lib Constraint CS'.
 class LibIterationCSImpl
          An implementation of the model object 'Lib Iteration CS'.
 class LibOperationCSImpl
          An implementation of the model object 'Lib Operation CS'.
 class LibPackageCSImpl
          An implementation of the model object 'Lib Package CS'.
 class LibPropertyCSImpl
          An implementation of the model object 'Lib Property CS'.
 class PrecedenceCSImpl
          An implementation of the model object 'Precedence CS'.
 

Uses of NamedElementCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibcs.util with parameters of type NamedElementCS
 T OCLstdlibCSSwitch.caseNamedElementCS(NamedElementCS object)
          Returns the result of interpreting the object as an instance of 'Named Element CS'.