|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkeps.satellite.SatelliteLibrary
public class SatelliteLibrary
| 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 |
|---|
public SatelliteLibrary()
| Method Detail |
|---|
public Satellite findSat(int satNumber)
throws SatNotFoundException
SatNotFoundExceptionpublic int getTotalSatellites()
public void addToLibrary(java.util.ArrayList<Satellite> newSatLib)
public boolean addToLibrary(Satellite newSat)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||