Class ReplayerOptions.Interval

java.lang.Object
ch.idsia.tools.ReplayerOptions.Interval
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ReplayerOptions

public static class ReplayerOptions.Interval
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int from  
    int to  
  • Constructor Summary

    Constructors 
    Constructor Description
    Interval()  
    Interval​(int i, int i1)  
    Interval​(java.lang.String interval)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • from

      public int from
    • to

      public int to
  • Constructor Details

    • Interval

      public Interval()
    • Interval

      public Interval​(java.lang.String interval)
    • Interval

      public Interval​(int i, int i1)