public class WorkSchedule extends PropertyListTimeValue
Constructor and Description |
---|
WorkSchedule() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TimeValue> |
getDefaultValue()
We want to have a default value for a property s.t., we can reason on it
|
javax.swing.ImageIcon |
getIcon() |
java.lang.Long |
getID() |
java.util.Set<Constructs> |
getMeaningfulTypeConstructs() |
java.lang.String |
getName() |
boolean |
hasOrdering() |
boolean |
higherBetter() |
clone, getGUIProperty, unmarshall
marshall, marshallStatic
compare, equals, getDependencies, getValueDouble, hashCode, monotonicity, toString
public java.lang.Long getID()
public java.lang.String getName()
public java.util.ArrayList<TimeValue> getDefaultValue()
Property
public javax.swing.ImageIcon getIcon()
public boolean hasOrdering()
hasOrdering
in interface Property<java.util.List<TimeValue>>
hasOrdering
in class HighLevelProperty<java.util.List<TimeValue>>
public boolean higherBetter()
higherBetter
in interface Property<java.util.List<TimeValue>>
higherBetter
in class HighLevelProperty<java.util.List<TimeValue>>
public java.util.Set<Constructs> getMeaningfulTypeConstructs()
getMeaningfulTypeConstructs
in interface Property<java.util.List<TimeValue>>
getMeaningfulTypeConstructs
in class HighLevelProperty<java.util.List<TimeValue>>