Class Configuration
java.lang.Object
net.adambruce.dsn.now.model.config.Configuration
DSN Now configuration.
This class holds a list of Deep Space ground stations (sites) and a list of spacecraft tracked by the Deep Space
Network.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetSites()the DSN ground stationsthe spacecraft tracked by the DSNinthashCode()voidthe DSN ground stationsvoidsetSpacecraft(List<Spacecraft> spacecraft) the spacecraft tracked by the DSNtoString()
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
getSites
-
getSpacecraft
the spacecraft tracked by the DSN- Returns:
- the list of spacecraft
-
setSites
-
equals
-
hashCode
-
toString
-
setSpacecraft
the spacecraft tracked by the DSN- Parameters:
spacecraft- the list of spacecraft
-