Class MotifSearchRuntimeImpl

java.lang.Object
org.rcsb.strucmotif.core.MotifSearchRuntimeImpl
All Implemented Interfaces:
MotifSearchRuntime

@Service public class MotifSearchRuntimeImpl extends Object implements MotifSearchRuntime
The default strucmotif-search runtime.
  • Constructor Details

    • MotifSearchRuntimeImpl

      @Autowired public MotifSearchRuntimeImpl(TargetAssembler targetAssembler, ThreadPool threadPool, MotifSearchConfig motifSearchConfig, AlignmentService alignmentService, StructureDataProvider structureDataProvider, StateRepository stateRepository)
      Injectable constructor.
      Parameters:
      targetAssembler - target assembler
      threadPool - thread pool
      motifSearchConfig - app config
      alignmentService - alignment service
      structureDataProvider - structure data provider
      stateRepository - global state, derived from loaded ddata
  • Method Details