public abstract class PointProbabilityOrder extends PropertyListDouble
Constructor and Description |
---|
PointProbabilityOrder() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2) |
java.util.ArrayList<java.lang.Double> |
getDefaultValue()
We want to have a default value for a property s.t., we can reason on it
|
clone, getGUIProperty, unmarshall, unmarshallStatic
marshall, marshallStatic
equals, getDependencies, getIcon, getMeaningfulTypeConstructs, getValueDouble, hashCode, hasOrdering, higherBetter, monotonicity, toString
public java.util.ArrayList<java.lang.Double> getDefaultValue()
Property
public int compare(java.lang.Object o1, java.lang.Object o2)
compare
in interface Property<java.util.List<java.lang.Double>>
compare
in class HighLevelProperty<java.util.List<java.lang.Double>>
o1
- a value for a propertyo2
- another value for a property