Interface IReferenceFinder.Acceptor

  • All Known Implementing Classes:
    ReferenceAcceptor
    Enclosing interface:
    IReferenceFinder

    public static interface IReferenceFinder.Acceptor
    Used to collect the results.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void accept​(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.common.util.URI sourceURI, org.eclipse.emf.ecore.EReference eReference, int index, org.eclipse.emf.ecore.EObject targetOrProxy, org.eclipse.emf.common.util.URI targetURI)  
      void accept​(IReferenceDescription description)  
    • Method Detail

      • accept

        void accept​(org.eclipse.emf.ecore.EObject source,
                    org.eclipse.emf.common.util.URI sourceURI,
                    org.eclipse.emf.ecore.EReference eReference,
                    int index,
                    org.eclipse.emf.ecore.EObject targetOrProxy,
                    org.eclipse.emf.common.util.URI targetURI)