public class Planner extends SolarSystemDatabaseIF
| Constructor and Description |
|---|
Planner(java.lang.String propertyFilename)
Class constructor, loading the properties from the specified file.
|
| Modifier and Type | Method and Description |
|---|---|
PlannerProperties |
GetPlannerProperties()
Exports the parameters of the Planner as a property object
|
void |
Plan(FullDate date)
Creates an observation plan for the specified date.
|
void |
SetPlannerProperties(PlannerProperties props)
Retrieves the parameters from the properties object
|
public Planner(java.lang.String propertyFilename)
throws java.lang.NumberFormatException,
java.io.IOException
propertyFilename - the name of the property filejava.lang.NumberFormatException - from the parsing of the property filejava.io.IOException - from the parsing of the property filepublic void Plan(FullDate date)
date - the requested datepublic void SetPlannerProperties(PlannerProperties props)
props - the propertiespublic PlannerProperties GetPlannerProperties()