Interface MotifSearchRuntime

All Known Implementing Classes:
MotifSearchRuntimeImpl

public interface MotifSearchRuntime
Performs motif search queries and returns the corresponding result object.
  • Method Details

    • performSearch

      MotifSearchResult performSearch(MotifSearchQuery query)
      Performs a structural motif search run for a given query.
      Parameters:
      query - the query, specifying motif and all parameters
      Returns:
      the result container
    • performSearch

      void performSearch(MotifSearchQuery query, Consumer<Hit> consumer)
      Performs a structural motif search for a given query.
      Parameters:
      query - the query, specifying motif and all parameters
      consumer - some terminal operation that will be applied to each accepted hit