|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Appointable.Constraint<T>
A constraint imposed on all targets.
| Method Summary | |
|---|---|
T |
getAbove()
Returns the upper bound of the forbidden parameter space. |
T |
getBelow()
Returns the lower bound of the forbidden parameter space. |
T |
getFrom()
Returns the lower bound of the allowed parameter space. |
T |
getMax()
Returns the maximum of the allowed parameter space. |
T |
getMin()
Returns the minimum of the allowed parameter space. |
long |
getTimeForConstraint(ParameterClustering set,
TargetDefinition target)
Returns the remaining observing time for the target under the given observing conditions. |
T |
getTo()
Returns the upper bound of the allowed parameter space. |
String |
getValueName()
The Value we act on. |
boolean |
isSatisfied(ParameterClustering set,
TargetDefinition target)
Returns true, if a target can be observed under current observing conditions considering the specific constraint. |
boolean |
isSatisfied(ParameterClustering set,
TargetDefinition target,
double tolerance)
Returns true, if a target can be observed under current observing conditions considering the specific constraint. |
| Method Detail |
|---|
String getValueName()
Value we act on.
T getMin()
T getMax()
T getFrom()
T getTo()
T getBelow()
T getAbove()
boolean isSatisfied(ParameterClustering set,
TargetDefinition target)
boolean isSatisfied(ParameterClustering set,
TargetDefinition target,
double tolerance)
long getTimeForConstraint(ParameterClustering set,
TargetDefinition target)
isSatisfied(stella.ParameterClustering, stella.TargetDefinition) method, as it also gives a time. Targets that
return a value of zero here must also return false in the method
isSatisfied(stella.ParameterClustering, stella.TargetDefinition).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||