Package gov.nasa.jpl.output.tol
Class FlatTOLWriter
java.lang.Object
gov.nasa.jpl.output.TOLWriter
gov.nasa.jpl.output.tol.FlatTOLWriter
This class manages writing to a 'flat' TOL CSV-like file, a legacy format that certain missions might request due to
its smaller size than XMLTOL. There are python scripts floating around the planning community that parse such files.
However, due to how it stringifys complex data types, it is also difficult to read back in to Blackbird to reconstruct
the history, so it is not recommended to try to set that up.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeFileContents
(ActivityInstanceList actList, ResourceList resList, ConstraintInstanceList conList, Time startTime, Time endTime) Methods inherited from class gov.nasa.jpl.output.TOLWriter
closeFile, createFile, dumpTimelinesToFile
-
Constructor Details
-
FlatTOLWriter
public FlatTOLWriter()
-
-
Method Details
-
writeFileContents
public void writeFileContents(ActivityInstanceList actList, ResourceList resList, ConstraintInstanceList conList, Time startTime, Time endTime) - Specified by:
writeFileContents
in classTOLWriter
-