Class EquNetV1Fix


  • public class EquNetV1Fix
    extends EquNet
    this is the first version of Equalization Net with fixed block (1 token per place) V1 : if the previous token is at a stop the timetobrowse calculated is sampled for a token which get into a moving place
    • Constructor Detail

      • EquNetV1Fix

        public EquNetV1Fix​(String fname)
        instantiate EquNetV1Fix, set the path of the input file and set the neural network used for the regulation
    • Method Detail

      • progressTime

        public void progressTime​(Float delta)
        Description copied from class: PhysicalModel
        advance the time of the delta parameter value and update the status of the transitions (blocked, fireable...)
        Specified by:
        progressTime in class PhysicalModel
      • minimumClock

        public float minimumClock()
        Description copied from class: PhysicalModel
        return the minimum time to advance in order to update the status of tokens or transitions
        Specified by:
        minimumClock in class PhysicalModel