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 Summary

    Constructors
    Constructor Description
    JSONLoader()  
  • Method Summary

    Modifier 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.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JSONLoader

      public JSONLoader()
  • Method Details

    • getSatelliteList

      public static java.util.ArrayList<Satellite> getSatelliteList​(java.lang.String file)
      Creates Satellite, Transponder and Channel objects with the correct hierarchy.