public class FollowingProgramMerit extends AfterPickMerit
KEY_COMPLETED has been completed.
The zero-time returned is the pick-time of the last pick of the
KEY_COMPLETED's observation.| Modifier and Type | Field and Description |
|---|---|
private static double |
DEFFLAVOR
The default flavor is zero.
|
static String |
KEY_COMPLETED
The target that must be completed for this one to activate.
|
private double |
t0
The starting point t0.
|
KEY_FLAVOR, KEY_MAXIMUM, KEY_MAXIMUMDAY, KEY_SCALE, KEY_TIME, KEY_ZERO, KEY_ZERODAYKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASS| Constructor and Description |
|---|
FollowingProgramMerit(Map prop)
Constructs a new successor merit.
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
checkForStartTime(Appointable ignore,
Collection others,
GlobalGrouping set)
Checks if we can deduce a start-time from the targets handed over.
|
getMerit, isCompletedcreateMerit, getInitializer, initMeritaugment, augment, augment, augment, augment, clone, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, initProperties, isNew, parseObject, parseObject, reload, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringpublic static final String KEY_COMPLETED
private static final double DEFFLAVOR
private double t0
public FollowingProgramMerit(Map prop)
KEY_COMPLETED.protected double checkForStartTime(Appointable ignore, Collection others, GlobalGrouping set)
KEY_COMPLETED and checks if it is
completed. Only then, the pick time of the last pick is returned.checkForStartTime in class AfterPickMerit