Uses of Class
org.rcsb.strucmotif.domain.result.Hit
Packages that use Hit
Package
Description
-
Uses of Hit in org.rcsb.strucmotif.core
Method parameters in org.rcsb.strucmotif.core with type arguments of type HitModifier and TypeMethodDescriptionvoidMotifSearchRuntime.performSearch(MotifSearchQuery query, Consumer<Hit> consumer) Performs a structural motif search for a given query.voidMotifSearchRuntimeImpl.performSearch(MotifSearchQuery query, Consumer<Hit> consumer) -
Uses of Hit in org.rcsb.strucmotif.domain.query
Method parameters in org.rcsb.strucmotif.domain.query with type arguments of type HitModifier and TypeMethodDescriptionvoidMotifSearchQuery.runAndConsume(Consumer<Hit> hitConsumer) Dispatch this query and consume each accepted hit on-the-fly. -
Uses of Hit in org.rcsb.strucmotif.domain.result
Methods in org.rcsb.strucmotif.domain.result that return types with arguments of type HitModifier and TypeMethodDescriptionMotifSearchResult.getHits()Access all (currently) valid hits.TargetStructure.paths(List<Integer> residueIndexSwaps, Structure structure, HitScorer hitScorer, StateRepository stateRepository) Traverses all paths of this structure.Method parameters in org.rcsb.strucmotif.domain.result with type arguments of type Hit