Class DebugRecorder
- java.lang.Object
-
- bio.singa.simulation.trajectories.errors.DebugRecorder
-
- All Implemented Interfaces:
bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>
public class DebugRecorder extends Object implements bio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description DebugRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInformation(long epoch, String newInformation)voidclear()PathgetDebugDirectory()voidonEventReceived(GraphUpdatedEvent event)voidprepare()voidsetDebugDirectory(Path debugDirectory)
-
-
-
Method Detail
-
getDebugDirectory
public Path getDebugDirectory()
-
setDebugDirectory
public void setDebugDirectory(Path debugDirectory)
-
prepare
public void prepare()
-
addInformation
public void addInformation(long epoch, String newInformation)
-
clear
public void clear()
-
onEventReceived
public void onEventReceived(GraphUpdatedEvent event)
- Specified by:
onEventReceivedin interfacebio.singa.core.events.UpdateEventListener<GraphUpdatedEvent>
-
-