public interface ISimulatorCallbackListener
Modifier and Type | Method and Description |
---|---|
void |
endOfSteps(IAspectConfiguration aspectConfiguration,
java.util.Map<java.io.File,ResultsFormat> results) |
void |
externalProcessFailed(java.lang.String message,
java.lang.Exception e) |
void endOfSteps(IAspectConfiguration aspectConfiguration, java.util.Map<java.io.File,ResultsFormat> results) throws GeppettoExecutionException
aspectNode
- The aspect that was simulatedresults
- The file containing the results of the simulation in the Geppetto HDF5 recording formatGeppettoExecutionException
void externalProcessFailed(java.lang.String message, java.lang.Exception e)