| Package | Description |
|---|---|
| stella | |
| stella.xml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Appointable
An interface describing an astronomical target that is aware of its current
dispatch-scheduling properties.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Handable> |
MasterErrorHandler.current
A list of currently started targets for
PickConnected errors. |
| Modifier and Type | Method and Description |
|---|---|
Handable |
Handable.getPrecursor()
If the target is called in a target-chain, this method returns a pointer
to that target that was currently handled when this target was selected.
|
Handable |
Handable.getSuccessor()
If this target needs another target executed right after it, this method
should return this target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandling.endTarget(Handable end)
Signals that a target has finished.
|
void |
MasterErrorHandler.endTarget(Handable end)
Removes a target from the error-handlers current list.
|
void |
Handable.setPrecursor(Handable to)
If the target is called in a target-chain, this method returns a pointer
to that target that was currently handled when this target was selected.
|
void |
ErrorHandling.startTarget(Handable start)
Signals that a new target has been picked.
|
void |
MasterErrorHandler.startTarget(Handable start)
Adds a target to the handler's
MasterErrorHandler.current list. |
| Modifier and Type | Class and Description |
|---|---|
class |
GrbTarget
An DOM-based description of a GRB target used on GRB triggers.
|
class |
ParsedTarget
An DOM-based description of a target.
|
| Modifier and Type | Field and Description |
|---|---|
private Handable |
ParsedTarget.parent
The parent target.
|
| Modifier and Type | Method and Description |
|---|---|
Handable |
ParsedTarget.getPrecursor()
Returns the parent target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParsedTarget.setPrecursor(Handable anchestor)
Sets the parent target of this target.
|