|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimulationResultGetter
Some SimulationResultListener can implement this interface to show that can be used to retrieve result
| Method Summary | |
|---|---|
org.nuiton.math.matrix.MatrixND |
getMatrix(SimulationContext context,
Date date,
java.lang.String name)
Retourne la matrice stocke pour un pas de temps |
org.nuiton.math.matrix.MatrixND |
getMatrix(SimulationContext context,
java.lang.String name)
Retourne une matrice contenant tous les pas de temps. |
| Method Detail |
|---|
org.nuiton.math.matrix.MatrixND getMatrix(SimulationContext context,
Date date,
java.lang.String name)
date - le pas de temps que l'on souhaitename - le nom des resultats dont on veut la matrice
org.nuiton.math.matrix.MatrixND getMatrix(SimulationContext context,
java.lang.String name)
name - le nom des resultats dont on veut une matrice globale.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||