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, unmarshallStaticmarshall, marshallStaticequals, getDependencies, getIcon, getMeaningfulTypeConstructs, getValueDouble, hashCode, hasOrdering, higherBetter, monotonicity, toStringpublic java.util.ArrayList<java.lang.Double> getDefaultValue()
Propertypublic 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