cz.cuni.pogamut.experiments
Class ExperimentResult
java.lang.Object
cz.cuni.pogamut.experiments.ExperimentResult
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BasicExperiment.StatResult
public class ExperimentResult
- extends java.lang.Object
- implements java.io.Serializable
Results of the experiment.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
systemTimeLength
protected long systemTimeLength
simulationTimeLength
protected long simulationTimeLength
hostName
protected java.lang.String hostName
ExperimentResult
public ExperimentResult()
- Creates a new instance of Result
getSystemTimeLength
public long getSystemTimeLength()
- Returns:
- Length of simulation in millis. This time is measused in system
time, this time is running even if the server where simulation is runnign
is stoped.
getSimulationTimeLength
public long getSimulationTimeLength()
- Returns:
- Length of simulation in millis. This time is measured in
simulation time. Simualtion time is paused when the experiment is paused.
getHostName
public java.lang.String getHostName()
- Returns:
- Network host name of the computer whre this experiment was executed.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object