Interface IContextFinder

  • All Known Implementing Classes:
    ContextFinder

    public interface IContextFinder
    • Method Detail

      • findContextsByContents

        @Deprecated
        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

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