Package org.lemsml.jlems.core.out
Class DummyResultWriter
- java.lang.Object
-
- org.lemsml.jlems.core.out.DummyResultWriter
-
- All Implemented Interfaces:
ResultWriter
public class DummyResultWriter extends java.lang.Object implements ResultWriter
-
-
Constructor Summary
Constructors Constructor Description DummyResultWriter(RuntimeOutput ro)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddedRecorder()voidaddPoint(java.lang.String id, double x, double y)voidadvance(double t)voidclose()java.lang.StringgetID()
-
-
-
Constructor Detail
-
DummyResultWriter
public DummyResultWriter(RuntimeOutput ro)
-
-
Method Detail
-
getID
public java.lang.String getID()
- Specified by:
getIDin interfaceResultWriter
-
addPoint
public void addPoint(java.lang.String id, double x, double y)- Specified by:
addPointin interfaceResultWriter
-
advance
public void advance(double t)
- Specified by:
advancein interfaceResultWriter
-
addedRecorder
public void addedRecorder()
- Specified by:
addedRecorderin interfaceResultWriter
-
close
public void close()
- Specified by:
closein interfaceResultWriter
-
-