Package org.rcsb.strucmotif.core
Interface MotifSearchRuntime
- All Known Implementing Classes:
MotifSearchRuntimeImpl
public interface MotifSearchRuntime
Performs motif search queries and returns the corresponding result object.
-
Method Summary
Modifier and TypeMethodDescriptionperformSearch(MotifSearchQuery query) Performs a structural motif search run for a given query.voidperformSearch(MotifSearchQuery query, Consumer<Hit> consumer) Performs a structural motif search for a given query.
-
Method Details
-
performSearch
Performs a structural motif search run for a given query.- Parameters:
query- the query, specifying motif and all parameters- Returns:
- the result container
-
performSearch
Performs a structural motif search for a given query.- Parameters:
query- the query, specifying motif and all parametersconsumer- some terminal operation that will be applied to each accepted hit
-