Uses of Interface
fr.ifremer.isisfish.simulator.SimulationResultListener
-
Uses of SimulationResultListener in fr.ifremer.isisfish.datastore
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.ResultStorageCSV
replace this implementation.class
Classe abstraite servant a factoriser tous les traitements commun au differente implantation.class
Ecrit les resultats dans des fichiers au format pseudo csv compresse (gz) Seules les valeurs differentes de 0 sont ecrites dans le fichier.class
Deprecated.ResultStorageCSV now support no storage and in memory usage, will be removed in version 5.0.0.0 -
Uses of SimulationResultListener in fr.ifremer.isisfish.simulator
Modifier and TypeClassDescriptionclass
<!ELEMENT outData (m,d,i,s)*> <!ELEMENT m (dim+, (d|i|s)+)> <!ELEMENT dim (label)+)> <!ELEMENT d (#PCDATA)> <!ELEMENT i (#PCDATA)> <!ELEMENT s (#PCDATA)> <!ATTLIST m name CDATA #REQUIRED step CDATA #IMPLIED> <!ATTLIST dim name CDATA #REQUIRED size CDATA #REQUIRED> <!ATTLIST d step CDATA #IMPLIED> <!ATTLIST i step CDATA #IMPLIED> <!ATTLIST s step CDATA #IMPLIED>Modifier and TypeMethodDescriptionprotected void
ResultManager.addSimulationResultListener
(SimulationResultListener l) Don't use this method to add listener, useSimulationContext.addSimulationListener(SimulationListener)
protected void
ResultManager.removeSimulationResultListener
(SimulationResultListener l) Don't use this method to remove listener, useSimulationContext.removeSimulationListener(SimulationListener)
ResultStorageCSV
replace this implementation.