org.eclipse.xtext.linking.impl
Class AbstractLinkingService

java.lang.Object
  extended by org.eclipse.xtext.linking.impl.AbstractLinkingService
All Implemented Interfaces:
ILinkingService
Direct Known Subclasses:
DefaultLinkingService

public abstract class AbstractLinkingService
extends java.lang.Object
implements ILinkingService

Author:
Sven Efftinge - Initial contribution and API

Constructor Summary
AbstractLinkingService()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.linking.ILinkingService
getLinkedObjects
 

Constructor Detail

AbstractLinkingService

public AbstractLinkingService()