public interface ResultWriter
| Modifier and Type | Method and Description |
|---|---|
void |
addedRecorder() |
void |
addPoint(String id,
double x,
double y) |
void |
advance(double t) |
void |
close() |
String |
getID() |
void addPoint(String id, double x, double y)
String getID()
void advance(double t)
throws RuntimeError
RuntimeErrorvoid addedRecorder()
void close()
throws RuntimeError
RuntimeErrorCopyright © 2019. All rights reserved.