public class SimulationStatus extends Object implements bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>
| Constructor and Description |
|---|
SimulationStatus(Simulation simulation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccuracyGain() |
String |
getElapsedTime() |
String |
getEstimatedSpeed() |
String |
getEstimatedTimeRemaining() |
String |
getLargestGlobalError() |
String |
getLargestLocalError() |
String |
getLargestLocalErrorUpdate() |
String |
getNumberOfEpochsSinceLastUpdate() |
String |
getNumberOfTimeStepDecreasesSinceLastUpdate() |
String |
getNumberOfTimeStepIncreasesSinceLastUpdate() |
long |
getProgressInMilliSeconds() |
javax.measure.Quantity<javax.measure.quantity.Time> |
getTerminationTime() |
void |
onEventReceived(GraphUpdatedEvent event) |
void |
setTerminationTime(javax.measure.Quantity<javax.measure.quantity.Time> terminationTime) |
public SimulationStatus(Simulation simulation)
public void setTerminationTime(javax.measure.Quantity<javax.measure.quantity.Time> terminationTime)
public javax.measure.Quantity<javax.measure.quantity.Time> getTerminationTime()
public void onEventReceived(GraphUpdatedEvent event)
onEventReceived in interface bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>public String getLargestLocalError()
public String getLargestLocalErrorUpdate()
public String getLargestGlobalError()
public String getNumberOfEpochsSinceLastUpdate()
public String getNumberOfTimeStepIncreasesSinceLastUpdate()
public String getNumberOfTimeStepDecreasesSinceLastUpdate()
public long getProgressInMilliSeconds()
public String getEstimatedTimeRemaining()
public String getEstimatedSpeed()
public String getElapsedTime()
public String getAccuracyGain()
Copyright © 2019. All rights reserved.