public interface StateSpaceExporter
| 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) |
void export(StateSpace stateSpace, Program program) throws IOException
stateSpace - The StateSpace that should be exported.program - The program used to generate the state space.IOException - if writing of exported files fails.String exportForReport(StateSpace stateSpace, Program program) throws IOException
IOExceptionCopyright © 2018. All rights reserved.