org.eclipse.ocl.examples.xtext.base.utilities
Class CS2PivotLinker

java.lang.Object
  extended by org.eclipse.xtext.linking.impl.AbstractLinker
      extended by org.eclipse.xtext.linking.impl.AbstractCleaningLinker
          extended by org.eclipse.xtext.linking.lazy.LazyLinker
              extended by org.eclipse.ocl.examples.xtext.base.utilities.CS2PivotLinker
All Implemented Interfaces:
org.eclipse.xtext.linking.ILinker

public class CS2PivotLinker
extends org.eclipse.xtext.linking.lazy.LazyLinker

CS2PivotLinker ensures that the CS 2 Pivot mappings are refreshed after and CS Resource modification is committed.


Nested Class Summary
static class CS2PivotLinker.DiagnosticWrappedException
           
 
Constructor Summary
CS2PivotLinker()
           
 
Method Summary
protected  void afterModelLinked(org.eclipse.emf.ecore.EObject model, org.eclipse.xtext.diagnostics.IDiagnosticConsumer diagnosticsConsumer)
           
 
Methods inherited from class org.eclipse.xtext.linking.lazy.LazyLinker
createAndSetProxy, createProxy, doLinkModel, findInstantiableCompatible, findSubTypeInEPackage, getCache, getEncoder, getGrammarAccess, getRegistry, globalFindInstantiableCompatible, hasLeafNodes, installProxies, installQueuedLinks, setEncoder, setGrammarAccess, setRegistry
 
Methods inherited from class org.eclipse.xtext.linking.impl.AbstractCleaningLinker
beforeModelLinked, clearAllReferences, clearReference, clearReferences, linkModel, shouldCheckParentNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CS2PivotLinker

public CS2PivotLinker()
Method Detail

afterModelLinked

protected void afterModelLinked(org.eclipse.emf.ecore.EObject model,
                                org.eclipse.xtext.diagnostics.IDiagnosticConsumer diagnosticsConsumer)
Overrides:
afterModelLinked in class org.eclipse.xtext.linking.impl.AbstractCleaningLinker