- generalLoad() - Method in class GUI
-
Loads the BTree either from the Kepler API or from disk.
- getA() - Method in class Exoplanet
-
Returns the Semi-major axis (AU)
- getA() - Method in class PrecisionExoplanet
-
Returns the Semi-major axis (AU)
- getAPIResponse() - Method in class JSONParser
-
Retrieves the overall API response as one string.
- getDEC() - Method in class Exoplanet
-
Returns the Planetary radius (Earth radii)
- getDEC() - Method in class PrecisionExoplanet
-
Returns the Planetary radius (Earth radii)
- getHashTable() - Method in class JSONParser
-
Retrieves the constructed hashtable.
- getKeys() - Method in class BTree
-
Returns all the keys from the persistant BTree.
- getKeys(Node) - Method in class BTree
-
Returns all the keys from the persistant BTree.
- getKMAG() - Method in class Exoplanet
-
Returns the Kepler magnitude (kmag)
- getKMAG() - Method in class PrecisionExoplanet
-
Returns the Kepler magnitude (kmag)
- getMSTAR() - Method in class Exoplanet
-
Returns the Derived stellar mass (msol)
- getMSTAR() - Method in class PrecisionExoplanet
-
Returns the Derived stellar mass (msol)
- getNode(short) - Method in class BTree
-
Returns the node at the specified position.
- getPER() - Method in class Exoplanet
-
Returns the Period (days)
- getPER() - Method in class PrecisionExoplanet
-
Returns the Period (days)
- getRA() - Method in class Exoplanet
-
Returns the Right ascension (@J200)
- getRA() - Method in class PrecisionExoplanet
-
Returns the Right ascension (@J200)
- getResponse() - Method in class HashCache
-
Retrieves the API response from disk.
- getRPLANET() - Method in class Exoplanet
-
Returns the Planetary radius (Sol radii)
- getRPLANET() - Method in class PrecisionExoplanet
-
Returns the Planetary radius (Sol radii)
- getRSTAR() - Method in class Exoplanet
-
Returns the Stellar radius (Sol radii)
- getRSTAR() - Method in class PrecisionExoplanet
-
Returns the Stellar radius (Sol radii)
- getT0() - Method in class Exoplanet
-
Returns the Time of transit center (BJD-2454900)
- getT0() - Method in class PrecisionExoplanet
-
Returns the Time of transit center (BJD-2454900)
- getTPLANET() - Method in class Exoplanet
-
Returns the Equilibrium temperature of planet, per Borucki et al.
- getTPLANET() - Method in class PrecisionExoplanet
-
Returns the Equilibrium temperature of planet, per Borucki et al.
- getTSTAR() - Method in class Exoplanet
-
Returns the Effective temperature of host star as reported in KIC (k)
- getTSTAR() - Method in class PrecisionExoplanet
-
Returns the Effective temperature of host star as reported in KIC (k)
- getTupleList() - Method in class JSONParser
-
Retrieves an arrayList of the key value pairs.
- getUT0() - Method in class Exoplanet
-
Returns the Uncertainty in time of transit center (+-jd)
- getUT0() - Method in class PrecisionExoplanet
-
Returns the Uncertainty in time of transit center (+-jd)
- getValue(short) - Method in class BTree
-
Returns the value corresponding to a specific index.
- getValue(K) - Method in class HashAlgorithm
-
Retrieves an Exoplanet from the given key in the hash table
- getValues() - Method in class BTree
-
Returns all the values from the persistant BTree.
- getValues(Node) - Method in class BTree
-
Returns all the values from the persistant BTree.
- GUI - Class in <Unnamed>
-
- GUI() - Constructor for class GUI
-
The constructor calls initComponents() to initialize all of the components of the graphical user interface
- sendGet(String) - Method in class JSONParser
-
Pulls in the Kepler Object data, and builds up the API response.
- setA(float) - Method in class Exoplanet
-
Sets the Semi-major axis (AU)
- setA(double) - Method in class PrecisionExoplanet
-
Sets the Semi-major axis (AU)
- setDEC(float) - Method in class Exoplanet
-
Sets the Planetary radius (Earth radii)
- setDEC(double) - Method in class PrecisionExoplanet
-
Sets the Planetary radius (Earth radii)
- setKMAG(float) - Method in class Exoplanet
-
Sets the Kepler magnitude (kmag)
- setKMAG(double) - Method in class PrecisionExoplanet
-
Sets the Kepler magnitude (kmag)
- setMSTAR(float) - Method in class Exoplanet
-
Sets the Derived stellar mass (msol)
- setMSTAR(double) - Method in class PrecisionExoplanet
-
Sets the Derived stellar mass (msol)
- setOrder(int) - Method in class BTree
-
Sets the order of the the Btree.
- setPER(float) - Method in class Exoplanet
-
Sets the Period (days)
- setPER(double) - Method in class PrecisionExoplanet
-
Sets the Period (days)
- setRA(float) - Method in class Exoplanet
-
Sets the Right ascension (@J200)
- setRA(double) - Method in class PrecisionExoplanet
-
Sets the Right ascension (@J200)
- setRPLANET(float) - Method in class Exoplanet
-
Sets the Planetary radius (Sol radii)
- setRPLANET(double) - Method in class PrecisionExoplanet
-
Sets the Planetary radius (Sol radii)
- setRSTAR(float) - Method in class Exoplanet
-
Sets the Stellar radius (Sol radii)
- setRSTAR(double) - Method in class PrecisionExoplanet
-
Sets the Stellar radius (Sol radii)
- setT0(float) - Method in class Exoplanet
-
Sets the Time of transit center (BJD-2454900)
- setT0(double) - Method in class PrecisionExoplanet
-
Sets the Time of transit center (BJD-2454900)
- setTPLANET(short) - Method in class Exoplanet
-
Sets the Equilibrium temperature of planet, per Borucki et al.
- setTPLANET(double) - Method in class PrecisionExoplanet
-
Sets the Equilibrium temperature of planet, per Borucki et al.
- setTSTAR(short) - Method in class Exoplanet
-
Sets the Effective temperature of host star as reported in KIC (k)
- setTSTAR(double) - Method in class PrecisionExoplanet
-
Sets the Effective temperature of host star as reported in KIC (k)
- setUT0(float) - Method in class Exoplanet
-
Sets the Uncertainty in time of transit center (+-jd)
- setUT0(double) - Method in class PrecisionExoplanet
-
Sets the Uncertainty in time of transit center (+-jd)
- size() - Method in class HashAlgorithm
-
Determines how many exoplanet objects are currently being stored in the hashtable
- SQUAREROOT(PrecisionExoplanet) - Method in class GUI
-
Calculates the square root of each feature in a PrecisionExoplanet