Package jline.api.rl

Class SampleEvent

  • All Implemented Interfaces:

    
    public final class SampleEvent
    
                        

    Container for a sampled event from the RL environment.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Double t
      private final Integer depNode
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Double getT()
      final Integer getDepNode()
      • Methods inherited from class java.lang.Object

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

      • SampleEvent

        SampleEvent(Double t, Integer depNode)
        Parameters:
        t - the elapsed time until the event
        depNode - the index of the node where the departure occurred