Class StrandExecutorFactory


  • public class StrandExecutorFactory
    extends java.lang.Object
    FIXME to be merged most probably with StrandFactory...
    • Method Detail

      • createStrandExecutor

        public StrandExecutor createStrandExecutor​(io.molr.commons.domain.Strand strand,
                                                   TreeStructure structure,
                                                   java.util.Set<io.molr.commons.domain.Block> breakpoints,
                                                   io.molr.commons.domain.ExecutionStrategy executionStrategy)
      • getStrandExecutorFor

        public StrandExecutor getStrandExecutorFor​(io.molr.commons.domain.Strand strand)
      • allStrandExecutors

        public java.util.Set<StrandExecutor> allStrandExecutors()
      • activeStrandExecutors

        public java.util.Set<StrandExecutor> activeStrandExecutors()
      • newStrandsStream

        public reactor.core.publisher.Flux<StrandExecutor> newStrandsStream()