| Package | Description |
|---|---|
| mysql | |
| stella | |
| stella.rmi | |
| stella.util | |
| stella.xml | |
| target |
| Modifier and Type | Method and Description |
|---|---|
HistoryAware.Pick |
HistorySql.getFirstFailure(String tel,
String name)
Returns the first succesful pick.
|
HistoryAware.Pick |
HistorySql.getFirstSuccess(String tel,
String name)
Returns the first succesful pick.
|
HistoryAware.Pick |
HistorySql.getLastFailure(String tel,
String name)
Returns the first succesful pick.
|
HistoryAware.Pick |
HistorySql.getLastSuccess(String tel,
String name)
Returns the first succesful pick.
|
HistoryAware.Pick |
HistorySql.getPickFromUnique(String uniq)
Returns a single history pick from the db by specifying the unique TARGET
id of the pick.
|
HistoryAware.Pick |
HistorySql.getPickFromUnique(String uniq,
String datekey,
String durkey,
String merkey,
String suckey,
String uniqkey,
String targetkey)
Returns a single history pick from the db by specifying the unique target
id of the pick plus all field names.
|
private HistoryAware.Pick |
HistorySql.getSinglePick(String tel,
String name,
boolean succ,
char order) |
private static HistoryAware.Pick |
HistorySql.retrievePick(ResultSet history,
String datekey,
String durationkey,
String meritkey,
String successkey,
String uniquekey,
String targetkey)
Converts the current row in the result set into a history pick.
|
| Modifier and Type | Method and Description |
|---|---|
private List<HistoryAware.Pick> |
HistorySql.getFormerHistoryFromDatabase(String telescope,
String name,
int maxlen)
Scans a database for the history.
|
List<HistoryAware.Pick> |
HistorySql.getHistoryFromDatabase(String telescope,
String name,
int maxlen)
Scans a database for the history.
|
Map<String,List<HistoryAware.Pick>> |
HistorySql.getHistoryPicks(String idtel,
Date from,
Date to)
Returns a list of
HistoryAware.Picks of all targets that have
been picked between the given dates. |
| Modifier and Type | Method and Description |
|---|---|
HistoryAware.Pick |
HistoryAware.getFailure(int nr)
Returns the date of the specified unsuccessful observation.
|
HistoryAware.Pick |
HistoryAware.getFirstFailure()
Returns the date of the first unsuccessful observation.
|
HistoryAware.Pick |
HistoryAware.getFirstPick()
Returns the first pick.
|
HistoryAware.Pick |
HistoryAware.getFirstSuccess()
Returns the
HistoryAware.Pick of the first successful observation. |
HistoryAware.Pick |
HistoryAware.getLastFailure()
Returns the date of the last unsuccessful observation.
|
HistoryAware.Pick |
HistoryAware.getLastPick()
Returns the last pick.
|
HistoryAware.Pick |
HistoryAware.getLastSuccess()
Returns the date of the last successful observation.
|
HistoryAware.Pick |
HistoryAware.getPick(int nr)
Returns the pick with the given index or null if non-defined.
|
HistoryAware.Pick |
HistoryAware.getSuccess(int nr)
Returns the pick of the specified successful observation.
|
| Modifier and Type | Method and Description |
|---|---|
List<HistoryAware.Pick> |
HistoryAware.getEntireHistory()
Returns a list of all observations stored in the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Assessing.registerPick(HistoryAware.Pick pick)
Registers the entry in the target"s history, for which assessment should
take place.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PickListener.processPick(HistoryAware.Pick pick)
Issued to this listener when a certain pick should be processed.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<HistoryAware.Pick>> |
SimulatorParser.scan(File f)
Extracts the unique id plus a required offset from a log file
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SimulatorParser.foundPick(String object,
HistoryAware.Pick pick) |
| Modifier and Type | Field and Description |
|---|---|
private HistoryAware.Pick |
ParsedTarget.RateThread.pick
The pick we should update.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) List<HistoryAware.Pick> |
SporeTarget.history
The pick history of the target.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryAware.Pick |
SporeTarget.getFailure(int index)
Returns the date of the failed pick with the given index.
|
HistoryAware.Pick |
SporeTarget.getFirstFailure()
Return the date of the first failed observation.
|
HistoryAware.Pick |
SporeTarget.getFirstPick()
Returns the first pick.
|
HistoryAware.Pick |
SporeTarget.getFirstSuccess()
Returns the pick of the first successful observation.
|
HistoryAware.Pick |
SporeTarget.getLastFailure()
Returns the date of the last failed observation.
|
HistoryAware.Pick |
SporeTarget.getLastPick()
Returns the last pick.
|
HistoryAware.Pick |
SporeTarget.getLastSuccess()
Returns the pick of the last successful observation.
|
HistoryAware.Pick |
SporeTarget.getPick(int nr)
Returns the specified pick.
|
HistoryAware.Pick |
SporeTarget.getSuccess(int index)
Returns the date of the succesful pick with the given index.
|
| Modifier and Type | Method and Description |
|---|---|
List<HistoryAware.Pick> |
SporeTarget.getEntireHistory()
Returns the entire history the target is aware of.
|
private static List<HistoryAware.Pick> |
DOMTarget.parseHistory(Document xml,
int len,
DateFormat df)
Parses the history list from an xml file.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ParsedTarget.RateThread.exitAction(TargetDefinition target,
HistoryAware.Pick pick)
Always called at the end of the thread's lifetime.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SporeTarget.setHistory(List<HistoryAware.Pick> past,
int max)
Sets the target history and its maximum size.
|
private static void |
ParsedTarget.trimHistory(List<? extends HistoryAware.Pick> history,
long notlater)
Trimming the histroy means removing any pick that is later than the
stated day.
|
| 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.PickAdapter
The implementation of the
HistoryAware.Pick interface. |
| Modifier and Type | Method and Description |
|---|---|
static String |
AbstractTarget.PickAdapter.toString(HistoryAware.Pick at,
boolean exhaustive)
Returns a string version.
|