org.eclipse.xtext.serializer.sequencer
Interface IContextFinder

All Known Implementing Classes:
ContextFinder

public interface IContextFinder

Author:
Moritz Eysholdt - Initial contribution and API

Method Summary
 java.lang.Iterable<org.eclipse.emf.ecore.EObject> findContextsByContents(org.eclipse.emf.ecore.EObject semanticObject, java.lang.Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
           
 java.lang.Iterable<org.eclipse.emf.ecore.EObject> findContextsByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject, java.lang.Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
           
 

Method Detail

findContextsByContents

java.lang.Iterable<org.eclipse.emf.ecore.EObject> findContextsByContents(org.eclipse.emf.ecore.EObject semanticObject,
                                                                         java.lang.Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)

findContextsByContentsAndContainer

java.lang.Iterable<org.eclipse.emf.ecore.EObject> findContextsByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject,
                                                                                     java.lang.Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)