| Package | Description |
|---|---|
| globals.value | |
| stella | |
| stella.globals | |
| stella.util | |
| stella.xml | |
| target |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Jd.isCompleted(Appointable.Constraint lim,
TargetDefinition dummy) |
boolean |
CurrentTime.isCompleted(Appointable.Constraint lim,
TargetDefinition dummy) |
| Modifier and Type | Field and Description |
|---|---|
private Collection<Appointable.Constraint> |
AbstractScheduler.global
The collection of global constraints currently assigned.
|
| Modifier and Type | Method and Description |
|---|---|
Appointable.Constraint |
Appointable.getLastFail()
The conditions which lately rendered this target unobservable
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Appointable.Constraint> |
Scheduling.getGlobalConstraints()
Returns all global constraints.
|
Collection<Appointable.Constraint> |
AbstractScheduler.getGlobalConstraints()
Returns a collection of all currently registered global constraints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduling.addGlobalConstraint(Appointable.Constraint constraint)
Adds a global constraint to the scheduler.
|
void |
AbstractScheduler.addGlobalConstraint(Appointable.Constraint cons)
Adds a global constraint to the scheduler.
|
boolean |
EndpointConstraining.isCompleted(Appointable.Constraint limit,
TargetDefinition target)
Returns true, if the observing program on the target is finished.
|
void |
Scheduling.removeGlobalConstraint(Appointable.Constraint constraint)
Removes a global constraint.
|
void |
AbstractScheduler.removeGlobalConstraint(Appointable.Constraint cons)
Removes a global constraint from the scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalTime.isCompleted(Appointable.Constraint lim,
TargetDefinition star) |
| Modifier and Type | Class and Description |
|---|---|
private class |
PointingScheduler.HeightConstraint
A height constraint.
|
private class |
PointingScheduler.SolarConstraint
A solar height constraint.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SporeTarget.Constraint
Defines one constraint for target selection.
|
| Modifier and Type | Field and Description |
|---|---|
private Appointable.Constraint |
ParsedTarget.lastfail
The constraint that made observing impossible.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Appointable.Constraint> |
SporeTarget.constraints
A list of constraints.
|
private List<Appointable.Constraint> |
ParsedTarget.RateThread.fulfill
The list of constraint that must be fulfilled to rate successful.
|
(package private) List<Appointable.Constraint> |
SporeTarget.rate
The list of rating constraints, if given.
|
| Modifier and Type | Method and Description |
|---|---|
Appointable.Constraint |
ParsedTarget.getLastFail()
If anybody want to query why we have been unobservable, use this method.
|
| Modifier and Type | Method and Description |
|---|---|
private static List<Appointable.Constraint> |
DOMTarget.getConstraintList(Element xml,
String tag)
Scans a node for constraint elements.
|
List<Appointable.Constraint> |
SporeTarget.getConstraints()
Returns the list of
SporeTarget.Constraint objects this target is subject to. |
protected List<Appointable.Constraint> |
SporeTarget.getRateConstraints()
Returns the list of
SporeTarget.Constraint objects this target is subject to
at rating. |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
ParsedTarget.checkConstraints(GlobalGrouping condition,
List<Appointable.Constraint> olimit)
Checks the constraints if any are over.
|
protected void |
SporeTarget.setConstraints(List<Appointable.Constraint> prevent)
Sets the target constraints.
|
protected void |
SporeTarget.setRateConstraints(List<Appointable.Constraint> prevent)
Sets the target constraints.
|
| Constructor and Description |
|---|
RateThread(HistoryAware.Pick update,
GlobalGrouping set,
ExpressionEvaluator canrate,
List<Appointable.Constraint> rate)
Constructs, but does not start the rating thread.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractTarget.ConstraintAdapter
An adapter class for
Appointable.Constraints. |