Package org.eclipse.ocl.examples.pivot.scoping

Interface Summary
Attribution An Attribution provides a helper to assist in evaluating the inheriteed or synthesized attributes of a type.
ScopeFilter A ScopeFilter is initially used to reject unwanted name contributions from a scope and once all candidate names have been identified, is used again to select a best match from ambiguous contributions.
ScopeView ScopeViews support access to some or all of the elements in a scope.
 

Class Summary
AbstractAttribution Ann AbstractAttribution provides the basic behaviour for a family of derived classes that provide additional scope/environment behaviour for corresponding CS elements.
EmptyAttribution  
EnvironmentView An EnvironmentView provides a selective view of the environment visible at some CST node.
PivotScopeView ScopeViews support access to some or all of the elements in a scope.
PivotScoping