public class DummyResultWriter extends Object implements ResultWriter
Constructor and Description |
---|
DummyResultWriter(RuntimeOutput ro) |
Modifier and Type | Method and Description |
---|---|
void |
addedRecorder() |
void |
addPoint(String id,
double x,
double y) |
void |
advance(double t) |
void |
close() |
String |
getID() |
public DummyResultWriter(RuntimeOutput ro)
public String getID()
getID
in interface ResultWriter
public void addPoint(String id, double x, double y)
addPoint
in interface ResultWriter
public void advance(double t)
advance
in interface ResultWriter
public void addedRecorder()
addedRecorder
in interface ResultWriter
public void close()
close
in interface ResultWriter
Copyright © 2020. All rights reserved.