Basic Principle : Différence entre versions
De Wiki
Ligne 4 : | Ligne 4 : | ||
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: | ||
+ | # Initialize dataset | ||
# Create a <font color=#556B2F>'''PSIMU'''</font> object using its available constructor | # Create a <font color=#556B2F>'''PSIMU'''</font> object using its available constructor | ||
# Calling for the propagation in master or slave mode | # Calling for the propagation in master or slave mode | ||
# Calling for “''getter''” methods to extract after the propagation all useful information. | # Calling for “''getter''” methods to extract after the propagation all useful information. |
Version du 16 décembre 2020 à 11:03
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:
- Initialize dataset
- Create a PSIMU object using its available constructor
- Calling for the propagation in master or slave mode
- Calling for “getter” methods to extract after the propagation all useful information.