Basic Principle : Différence entre versions
De Wiki
(Page créée avec « <font color=#556B2F>'''PSIMU'''</font> proposed a <font color=#FF8C00>Java</font> interface Most of the objects to pass as input data are https://logiciels.cnes.fr/en/... ») |
|||
Ligne 1 : | Ligne 1 : | ||
<font color=#556B2F>'''PSIMU'''</font> proposed a <font color=#FF8C00>Java</font> interface | <font color=#556B2F>'''PSIMU'''</font> proposed a <font color=#FF8C00>Java</font> interface | ||
− | Most of the objects to pass as input data are [[https://logiciels.cnes.fr/en/node/62?type=desc | + | Most of the objects to pass as input data are [[https://logiciels.cnes.fr/en/node/62?type=desc PATRIUS]] ones. Some of them are specific to <font color=#556B2F>'''PSIMU'''</font> … or [[https://logiciels.cnes.fr/en/node/78?type=desc GENOPUS]] but, in that case, most of the time, it is due to the fact that these objects are not yet included in the used [[https://logiciels.cnes.fr/en/node/62?type=desc PATRIUS]] version: their name will then start by “''Custom…''”. |
So, to use this <font color=#FF8C00>Java</font> interface, the developer will have to: | So, to use this <font color=#FF8C00>Java</font> interface, the developer will have to: |
Version du 7 juillet 2017 à 06:46
PSIMU proposed a Java interface
Most of the objects to pass as input data are [PATRIUS] ones. Some of them are specific to PSIMU … or [GENOPUS] but, in that case, most of the time, it is due to the fact that these objects are not yet included in the used [PATRIUS] version: their name will then start by “Custom…”.
So, to use this Java interface, the developer will have to: 1. Create a PSIMU object using its available constructor 2. Calling for the propagation in master or slave mode 3. Calling for “getter” methods to extract after the propagation all useful information.