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

All Superinterfaces:
ElementCS, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotObject, VisitableCS
All Known Implementing Classes:
PathNameCSImpl

public interface PathNameCS
extends ElementCS, Pivotable

A representation of the model object 'Qualified Element Ref CS'.

The following features are supported:

See Also:
BaseCSPackage.getPathNameCS()
Generated
Model
superTypes="org.eclipse.ocl.examples.xtext.base.basecs.ElementCS org.eclipse.ocl.examples.pivot.Pivotable"

Method Summary
 ElementCS getContext()
          Returns the value of the 'Context' reference.
 Element getElement()
          Returns the value of the 'Element' reference.
 org.eclipse.emf.common.util.EList<PathElementCS> getPath()
          Returns the value of the 'Path' containment reference list.
 ScopeFilter getScopeFilter()
          Returns the value of the 'Scope Filter' attribute.
 boolean isSetContext()
          Returns whether the value of the 'Context' reference is set.
 void setContext(ElementCS value)
          Sets the value of the 'Context' reference.
 void setScopeFilter(ScopeFilter value)
          Sets the value of the 'Scope Filter' attribute.
 void unsetContext()
          Unsets the value of the 'Context' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
getPivot, resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPath

org.eclipse.emf.common.util.EList<PathElementCS> getPath()
Returns the value of the 'Path' containment reference list. The list contents are of type PathElementCS. It is bidirectional and its opposite is 'Path Name'.

If the meaning of the 'Path' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Path' containment reference list.
See Also:
BaseCSPackage.getPathNameCS_Path(), PathElementCS.getPathName()
Generated
Model
opposite="pathName" containment="true" required="true"

getElement

Element getElement()
Returns the value of the 'Element' reference.

If the meaning of the 'Element' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element' reference.
See Also:
BaseCSPackage.getPathNameCS_Element()
Generated
Model
required="true" transient="true" changeable="false" volatile="true" derived="true"

getContext

ElementCS getContext()
Returns the value of the 'Context' reference.

If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Context' reference.
See Also:
isSetContext(), unsetContext(), setContext(ElementCS), BaseCSPackage.getPathNameCS_Context()
Generated
Model
resolveProxies="false" unsettable="true" transient="true"

setContext

void setContext(ElementCS value)
Sets the value of the 'Context' reference.

Parameters:
value - the new value of the 'Context' reference.
See Also:
isSetContext(), unsetContext(), getContext()
Generated

unsetContext

void unsetContext()
Unsets the value of the 'Context' reference.

See Also:
isSetContext(), getContext(), setContext(ElementCS)
Generated

isSetContext

boolean isSetContext()
Returns whether the value of the 'Context' reference is set.

Returns:
whether the value of the 'Context' reference is set.
See Also:
unsetContext(), getContext(), setContext(ElementCS)
Generated

getScopeFilter

ScopeFilter getScopeFilter()
Returns the value of the 'Scope Filter' attribute.

If the meaning of the 'Scope Filter' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Scope Filter' attribute.
See Also:
setScopeFilter(ScopeFilter), BaseCSPackage.getPathNameCS_ScopeFilter()
Generated
Model
dataType="org.eclipse.ocl.examples.xtext.base.basecs.ScopeFilter" transient="true"

setScopeFilter

void setScopeFilter(ScopeFilter value)
Sets the value of the 'Scope Filter' attribute.

Parameters:
value - the new value of the 'Scope Filter' attribute.
See Also:
getScopeFilter()
Generated