Package org.rcsb.strucmotif.core
Class TargetAssemblerImpl
java.lang.Object
org.rcsb.strucmotif.core.TargetAssemblerImpl
- All Implemented Interfaces:
TargetAssembler
The default strucmotif-search target assembler.
-
Constructor Summary
ConstructorsConstructorDescriptionTargetAssemblerImpl(InvertedIndex invertedIndex, ThreadPool threadPool) Injectable constructor. -
Method Summary
-
Constructor Details
-
TargetAssemblerImpl
Injectable constructor.- Parameters:
invertedIndex- inverted indexthreadPool- thread pool
-
-
Method Details
-
assemble
Description copied from interface:TargetAssemblerSearch: i.e. find all paths through all target structures which reasonably resemble the structure of the query motif.- Specified by:
assemblein interfaceTargetAssembler- Parameters:
response- the container to work on- Throws:
ExecutionException- thrown by multi-threading implInterruptedException- thrown by multi-threading impl
-