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)
      • 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()
      • _getStrandExecutorByStrandId

        @Deprecated
        public java.util.Optional<StrandExecutor> _getStrandExecutorByStrandId​(java.lang.String id)
        Deprecated.
        DO NOT USE! jUST FOR DEBUGGING FIXME remove this method