Package controller
Class JSONLoader
java.lang.Object
controller.JSONLoader
public class JSONLoader
extends java.lang.Object
JSONLoader class, holds function that returns list of satellites.
- 
Constructor SummaryConstructors Constructor Description JSONLoader()
- 
Method SummaryModifier and Type Method Description static java.util.ArrayList<Satellite>getSatelliteList(java.lang.String file)Creates Satellite, Transponder and Channel objects with the correct hierarchy.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
JSONLoaderpublic JSONLoader()
 
- 
- 
Method Details- 
getSatelliteListCreates Satellite, Transponder and Channel objects with the correct hierarchy.
 
-