| Package | Description |
|---|---|
| stella.globals |
| Modifier and Type | Field and Description |
|---|---|
private NavigableMap<Date,LaserList.LaserPointing> |
LaserList.when
The date of the laser-pointing start to the pointing.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<LaserList.LaserPointing> |
LaserList.getLaserPointings()
Returns the list of known pointings, ordered to ascending date.
|
protected List<LaserList.LaserPointing> |
LaserHtmlList.parseTable(List<List<String>> tab)
Takes a list of list of string and parses it to a list of laser
pointings.
|
protected List<LaserList.LaserPointing> |
LaserHtmlList.readFromFile(File f) |
protected List<LaserList.LaserPointing> |
LaserHtmlList.readSource(InputSource input)
Read a document input source, i.e.
|
protected List<LaserList.LaserPointing> |
LaserHtmlFtp.refreshList() |
protected List<LaserList.LaserPointing> |
LaserHtmlList.refreshList() |
protected abstract List<LaserList.LaserPointing> |
LaserList.refreshList()
Fetches the list of scheduled laser pointing from an outside source.
|