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

Packages that use PathNameCS
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.ui.outline   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclstdlib.serializer   
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return PathNameCS
 PathNameCS BaseCSFactory.createPathNameCS()
          Returns a new object of class 'Path Name CS'.
 PathNameCS ImportCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 PathNameCS ModelElementRefCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 PathNameCS PathElementCS.getPathName()
          Returns the value of the 'Path Name' container reference.
 PathNameCS TypedTypeRefCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs with parameters of type PathNameCS
 void ImportCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 void ModelElementRefCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 void PathElementCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' container reference.
 void TypedTypeRefCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement PathNameCS
 class PathNameCSImpl
          An implementation of the model object 'Qualified Element Ref CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl declared as PathNameCS
protected  PathNameCS ImportCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
protected  PathNameCS ModelElementRefCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
protected  PathNameCS TypedTypeRefCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return PathNameCS
 PathNameCS BaseCSFactoryImpl.createPathNameCS()
           
 PathNameCS ImportCSImpl.getPathName()
           
 PathNameCS ModelElementRefCSImpl.getPathName()
           
 PathNameCS PathElementCSImpl.getPathName()
           
 PathNameCS TypedTypeRefCSImpl.getPathName()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl with parameters of type PathNameCS
 org.eclipse.emf.common.notify.NotificationChain ImportCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ModelElementRefCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PathElementCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypedTypeRefCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ImportCSImpl.setPathName(PathNameCS newPathName)
           
 void ModelElementRefCSImpl.setPathName(PathNameCS newPathName)
           
 void PathElementCSImpl.setPathName(PathNameCS newPathName)
           
 void TypedTypeRefCSImpl.setPathName(PathNameCS newPathName)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type PathNameCS
 T BaseCSSwitch.casePathNameCS(PathNameCS object)
          Returns the result of interpreting the object as an instance of 'Path Name CS'.
 boolean BaseCSValidator.validatePathNameCS(PathNameCS pathNameCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitPathNameCS(PathNameCS object)
           
 R AbstractExtendingBaseCSVisitor.visitPathNameCS(PathNameCS object)
           
 R AbstractNullBaseCSVisitor.visitPathNameCS(PathNameCS object)
           
 R BaseCSVisitor.visitPathNameCS(PathNameCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type PathNameCS
static void CS2Pivot.setElementType(PathNameCS pathNameCS, org.eclipse.emf.ecore.EClass elementType, ElementCS csContext, ScopeFilter scopeFilter)
           
 Continuation<?> AutoBaseCSContainmentVisitor.visitPathNameCS(PathNameCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitPathNameCS(PathNameCS csElement)
           
 Continuation<?> BaseCSPostOrderVisitor.visitPathNameCS(PathNameCS object)
           
 Continuation<?> BaseCSPreOrderVisitor.visitPathNameCS(PathNameCS csElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type PathNameCS
 void Pivot2CSConversion.refreshPathName(PathNameCS csPathName, Element element, Namespace scope)
          Assign a sequence of one or more path elements to csPathName that identify element with respect to scope.
 

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

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type PathNameCS
static void ElementUtil.setPathName(PathNameCS csPathName, Element element, Namespace scope)
          Assign a sequence of one or more path elements to csPathName that identify element with respect to scope.
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return PathNameCS
 PathNameCS PathNameDeclCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs with parameters of type PathNameCS
 void PathNameDeclCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl declared as PathNameCS
protected  PathNameCS PathNameDeclCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return PathNameCS
 PathNameCS PathNameDeclCSImpl.getPathName()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl with parameters of type PathNameCS
 org.eclipse.emf.common.notify.NotificationChain PathNameDeclCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PathNameDeclCSImpl.setPathName(PathNameCS newPathName)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.completeocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.ui.outline with parameters of type PathNameCS
protected  void CompleteOCLOutlineTreeProvider._createNode(org.eclipse.xtext.ui.editor.outline.IOutlineNode parentNode, PathNameCS ele)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type PathNameCS
 Continuation<?> EssentialOCLCSPostOrderVisitor.visitPathNameCS(PathNameCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return PathNameCS
 PathNameCS AbstractNameExpCS.getPathName()
           
 PathNameCS NameExpCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 PathNameCS TypeNameExpCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs with parameters of type PathNameCS
 void NameExpCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 void TypeNameExpCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl declared as PathNameCS
protected  PathNameCS NameExpCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
protected  PathNameCS TypeNameExpCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return PathNameCS
 PathNameCS NameExpCSImpl.getPathName()
           
 PathNameCS NamedExpCSImpl.getPathName()
           
 PathNameCS TypeNameExpCSImpl.getPathName()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl with parameters of type PathNameCS
 org.eclipse.emf.common.notify.NotificationChain NameExpCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypeNameExpCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NameExpCSImpl.setPathName(PathNameCS newPathName)
           
 void TypeNameExpCSImpl.setPathName(PathNameCS newPathName)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type PathNameCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_PathNameCS(org.eclipse.emf.ecore.EObject context, PathNameCS semanticObject)
          Constraint: (path+=FirstPathElementCS path+=NextPathElementCS*)
protected  void AbstractEssentialOCLSemanticSequencer.sequence_URIPathNameCS(org.eclipse.emf.ecore.EObject context, PathNameCS semanticObject)
          Constraint: (path+=URIFirstPathElementCS path+=NextPathElementCS*)
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type PathNameCS
protected  void BaseLabelProvider.appendPathName(java.lang.StringBuilder s, PathNameCS pathName)
           
protected  java.lang.String BaseLabelProvider.text(PathNameCS ele)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.oclstdlib.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.serializer with parameters of type PathNameCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_LibPathNameCS(org.eclipse.emf.ecore.EObject context, PathNameCS semanticObject)
          Constraint: (path+=LibPathElementCS path+=LibPathElementCS*)