public interface Meriting
Sequencing instance, merits may be defined using xml-definitions. The
overall merit function of a targat may be composed of multiple merit
instances.initMerit(java.lang.Object) method.| Modifier and Type | Method and Description |
|---|---|
Object |
getInitializer()
Returns the intializer used in this merit.
|
double |
getMerit(GlobalGrouping set,
Appointable target,
Collection<Appointable> oftargets,
long within)
Calculates the maximal merit for a special target within the stated
amount of time.
|
void |
initMerit(Object init)
Initializes this merit.
|
void initMerit(Object init)
init - An object used for initialization.Object getInitializer()
double getMerit(GlobalGrouping set, Appointable target, Collection<Appointable> oftargets, long within)
set - Current observing conditions.target - The actual target.oftargets - All targets, observable or not.within - The relevant time span in ms.