public class ObservationsSchedule
extends ListContext
| Constructor and Description |
|---|
ObservationsSchedule() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObservation(Observation obs) |
void |
addObservationListener(ObservationListener newListener) |
Observation[] |
getObservations() |
void |
removeObs(Observation obs) |
java.lang.String |
toXml() |
java.lang.String |
toXml(int indent) |
public void addObservation(Observation obs)
public void addObservationListener(ObservationListener newListener)
public void removeObs(Observation obs)
public Observation[] getObservations()
public java.lang.String toXml(int indent)
public java.lang.String toXml()