keps.satellite
Class SatelliteLibrary

java.lang.Object
  extended by keps.satellite.SatelliteLibrary

public class SatelliteLibrary
extends java.lang.Object


Constructor Summary
SatelliteLibrary()
           
 
Method Summary
 void addToLibrary(java.util.ArrayList<Satellite> newSatLib)
           
 boolean addToLibrary(Satellite newSat)
           
 Satellite findSat(int satNumber)
           
 int getTotalSatellites()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SatelliteLibrary

public SatelliteLibrary()
Method Detail

findSat

public Satellite findSat(int satNumber)
                  throws SatNotFoundException
Throws:
SatNotFoundException

getTotalSatellites

public int getTotalSatellites()

addToLibrary

public void addToLibrary(java.util.ArrayList<Satellite> newSatLib)

addToLibrary

public boolean addToLibrary(Satellite newSat)