« Basic Principle » : différence entre les versions

De Opera
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
<font color=#556B2F>'''OPERA'''</font> proposed a <font color=#FF8C00>Java</font> interface  
<font color=#556B2F>'''OPERA'''</font> proposed a <font color=#FF8C00>Java</font> interface. To use this <font color=#FF8C00>Java</font> interface, the developer will have to:


To use this <font color=#FF8C00>Java</font> interface, the developer will have to:
* Create the <font color=#556B2F>'''OPERA'''</font> <font color=#4169E1>ReentrySimulation</font> object with ...
 
** a <font color=#4169E1>OperaConfigurationProperties</font> object created from an existing file
* Create the <font color=#556B2F>'''OPERA'''</font> ReentrySimulation object with
** a <font color=#4169E1>List<SolarActivityRow></font> object including actual and predicted solar activities
** a OperaConfigurationProperties object created from an existing file
* call for a given method of the <font color=#4169E1>ReentrySimulation</font> object  with a list of TLE as arguments
** a List<SolarActivityRow> object including actual and predicted solar activities
* call for a given method of the ReentrySimulation object  with a list of TLE as arguments


To obtain the results, some "getters" method will be available depending on the type of computation.
To obtain the results, some "getters" method will be available depending on the type of computation.

Version du 26 juin 2019 à 15:17

OPERA proposed a Java interface. To use this Java interface, the developer will have to:

  • Create the OPERA ReentrySimulation object with ...
    • a OperaConfigurationProperties object created from an existing file
    • a List<SolarActivityRow> object including actual and predicted solar activities
  • call for a given method of the ReentrySimulation object with a list of TLE as arguments

To obtain the results, some "getters" method will be available depending on the type of computation.