public class NrOfControlTasks extends PropertyInteger
| Constructor and Description |
|---|
NrOfControlTasks() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2) |
java.lang.Integer |
getDefaultValue()
We want to have a default value for a property s.t., we can reason on it
|
java.lang.Long |
getID() |
java.util.Set<Constructs> |
getMeaningfulTypeConstructs() |
java.lang.String |
getName() |
boolean |
hasOrdering() |
boolean |
higherBetter() |
clone, getGUIProperty, getValueDouble, marshall, unmarshallequals, getDependencies, getIcon, hashCode, monotonicity, toStringpublic java.lang.Long getID()
public java.lang.String getName()
public java.lang.Integer getDefaultValue()
Propertypublic java.util.Set<Constructs> getMeaningfulTypeConstructs()
getMeaningfulTypeConstructs in interface Property<java.lang.Integer>getMeaningfulTypeConstructs in class HighLevelProperty<java.lang.Integer>public int compare(java.lang.Object o1,
java.lang.Object o2)
compare in interface Property<java.lang.Integer>compare in class HighLevelProperty<java.lang.Integer>o1 - a value for a propertyo2 - another value for a propertypublic boolean hasOrdering()
hasOrdering in interface Property<java.lang.Integer>hasOrdering in class HighLevelProperty<java.lang.Integer>public boolean higherBetter()
higherBetter in interface Property<java.lang.Integer>higherBetter in class HighLevelProperty<java.lang.Integer>