Package jasima.core.statistics
Class SamplingSummaryStat.DatEntry
- java.lang.Object
-
- jasima.core.statistics.SamplingSummaryStat.DatEntry
-
- All Implemented Interfaces:
Comparable<SamplingSummaryStat.DatEntry>
- Enclosing class:
- SamplingSummaryStat
protected static class SamplingSummaryStat.DatEntry extends Object implements Comparable<SamplingSummaryStat.DatEntry>
Each DatEntry stores a single decision situation plus a random value.
-
-
Constructor Summary
Constructors Constructor Description DatEntry(double r, int num, double rs)
-
-
-
Method Detail
-
compareTo
public int compareTo(SamplingSummaryStat.DatEntry o)
- Specified by:
compareToin interfaceComparable<SamplingSummaryStat.DatEntry>
-
-