Class RenvEvent

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class RenvEvent
    extends Event
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RenvEvent(int nodeIdx, int jobclassIdx, double prob, Matrix state, double t, double job, Pair<Integer, Integer> envTransition)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class jline.lang.Event

        getEvent, getJob, getJobClass, getNode, getProb, getProb, getProbFun, getState, getT, setEvent, setJob, setJobClass, setNode, setProb, setProbFun, setState, setT
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RenvEvent

        RenvEvent(int nodeIdx, int jobclassIdx, double prob, Matrix state, double t, double job, Pair<Integer, Integer> envTransition)
    • Method Detail