Class StaffPoolImpl

    • Constructor Detail

      • StaffPoolImpl

        public StaffPoolImpl​(String processId,
                             org.kie.api.definition.process.Node element,
                             double simulationDuration)
    • Method Detail

      • allocate

        protected long allocate​(long startTime,
                                long duration)
      • allocate

        public long allocate​(long startTime)
        Specified by:
        allocate in interface StaffPool
      • allocate

        public long allocate​(long startTime,
                             org.kie.api.definition.process.Node element)
        Specified by:
        allocate in interface StaffPool
      • findAllocatedRange

        protected List<Long> findAllocatedRange​(long stringTime)