Class Configuration

java.lang.Object
net.adambruce.dsn.now.model.config.Configuration

public class Configuration extends Object
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 Details

    • Configuration

      public Configuration()
  • Method Details

    • getSites

      public List<Site> getSites()
      the DSN ground stations
      Returns:
      the list of ground stations
    • getSpacecraft

      public List<Spacecraft> getSpacecraft()
      the spacecraft tracked by the DSN
      Returns:
      the list of spacecraft
    • setSites

      public void setSites(List<Site> sites)
      the DSN ground stations
      Parameters:
      sites - the list of ground stations
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setSpacecraft

      public void setSpacecraft(List<Spacecraft> spacecraft)
      the spacecraft tracked by the DSN
      Parameters:
      spacecraft - the list of spacecraft