public class JsonStateSpaceExporter extends Object implements StateSpaceExporter
| Constructor and Description |
|---|
JsonStateSpaceExporter() |
JsonStateSpaceExporter(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
export(StateSpace stateSpace,
Program program)
Exports a StateSpace into one or more files with the given name.
|
String |
exportForReport(StateSpace stateSpace,
Program program) |
public JsonStateSpaceExporter(Writer writer)
public JsonStateSpaceExporter()
public void export(StateSpace stateSpace, Program program) throws IOException
StateSpaceExporterexport in interface StateSpaceExporterstateSpace - The StateSpace that should be exported.program - The program used to generate the state space.IOException - if writing of exported files fails.public String exportForReport(StateSpace stateSpace, Program program) throws IOException
exportForReport in interface StateSpaceExporterIOExceptionCopyright © 2018. All rights reserved.