Package jline.api.mam

Class BmapSample

java.lang.Object
jline.api.mam.BmapSample

public final class BmapSample extends Object
Result of BMAP sampling containing inter-arrival time and batch size.
  • Constructor Details

    • BmapSample

      public BmapSample(double interarrivalTime, int batchSize)
  • Method Details

    • getInterarrivalTime

      public double getInterarrivalTime()
    • getBatchSize

      public int getBatchSize()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object