Class EvProbF
java.lang.Object
io.nosqlbench.virtdata.library.basics.core.stathelpers.EvProbF
- All Implemented Interfaces:
Comparable<EvProbF>
A simple wrapper type for "Event Probability", where the event is identified by a unique int,
and the probability is represented with single precision floating-point.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EvProbF
public EvProbF(int eventId, float probability)
-
-
Method Details
-
getProbability
public float getProbability() -
getEventId
public int getEventId() -
compareTo
- Specified by:
compareToin interfaceComparable<EvProbF>
-
toString
-