Class RegenerationEpochLengthTransitionFeature

java.lang.Object
org.oristool.models.tpn.RegenerationEpochLengthTransitionFeature
All Implemented Interfaces:
TransitionFeature, Feature

public class RegenerationEpochLengthTransitionFeature extends Object implements TransitionFeature
  • Constructor Details

    • RegenerationEpochLengthTransitionFeature

      public RegenerationEpochLengthTransitionFeature(BigInteger R)
      Builds a timed feature from minimum/maximum firing times specified as strings. The strings must be valid inputs to the constructor of OmegaBigDecimal.
      Parameters:
      R - regeneration epoch length (minimum time to fire)
  • Method Details