Uses of Interface
fr.ifremer.isisfish.simulator.SimulationListener
-
Uses of SimulationListener 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 SimulationListener in fr.ifremer.isisfish.simulator
Modifier and TypeInterfaceDescriptioninterface
SimulationResultListener.java Created: 13 nov.Modifier and TypeClassDescriptionclass
ExportInfo simulation listener.class
SimulationPreScript.class
<!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 TypeFieldDescriptionprotected Set<SimulationListener>
SimulationContext.simulationListeners
Modifier and TypeMethodDescriptionvoid
SimulationContext.addSimulationListener
(SimulationListener l) Add simulation listener, if listener isSimulationResultListener
, it's automatically added as listener onResultManager
void
SimulationContext.removeSimulationListener
(SimulationListener l) Remove simulation listener, if listener isSimulationResultListener
, it's Automatically removed as listener onResultManager
ResultStorageCSV
replace this implementation.