public class EpochUpdateWriter extends Object implements UpdateEventListener<NodeUpdatedEvent>
| Constructor and Description |
|---|
EpochUpdateWriter(Path workspacePath,
Path folder,
Set<ChemicalEntity<?>> entitiesToObserve) |
EpochUpdateWriter(Path workspacePath,
Path folder,
Set<ChemicalEntity<?>> entitiesToObserve,
boolean printEntityInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNodeToObserve(AutomatonNode node) |
void |
onEventReceived(NodeUpdatedEvent event) |
public EpochUpdateWriter(Path workspacePath, Path folder, Set<ChemicalEntity<?>> entitiesToObserve)
public EpochUpdateWriter(Path workspacePath, Path folder, Set<ChemicalEntity<?>> entitiesToObserve, boolean printEntityInformation)
public void addNodeToObserve(AutomatonNode node) throws IOException
IOExceptionpublic void onEventReceived(NodeUpdatedEvent event)
onEventReceived in interface UpdateEventListener<NodeUpdatedEvent>Copyright © 2017. All rights reserved.