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
RuntimeError
void addedRecorder()
void close() throws RuntimeError
RuntimeError
Copyright © 2019. All rights reserved.