public interface Savable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
saveCommand(java.lang.String Basename,
java.lang.String Format)
Handles complicated saving commands.
|
java.lang.String saveCommand(java.lang.String Basename, java.lang.String Format) throws java.lang.Exception
Dev Note: Make sure to add save format to Javadoc. See Dataset as an example. Required format:
<save><p><b>format<b> - Description
<br>Optional room to talk more about format </save>
Basename
- Name of file without extensionFormat
- Command specifying format in which to printjava.lang.Exception
- If command not understood