|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.axf.sd.model.result.SimResult
public class SimResult
Enthält das Resultat der Simulation
Constructor Summary | |
---|---|
SimResult()
|
Method Summary | |
---|---|
java.lang.Double |
getValue(int time)
Gibt das Element zum Zeitpunkt time zurück. |
void |
put(int time,
double value)
Fügt ein Element zu den Berechneten Werten hinzu. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimResult()
Method Detail |
---|
public void put(int time, double value)
time
- value
- public java.lang.Double getValue(int time)
time
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |