public abstract class PNFormat extends AbstractFormat
LogicalModelFormat.MultivaluedSupport| Modifier and Type | Method and Description |
|---|---|
void |
export(LogicalModel model,
OutputStreamProvider out)
Export a logical model to this format.
|
void |
export(LogicalModel model,
PNConfig config,
OutputStreamProvider out) |
PNConfig |
getConfig() |
canExport, canImport, export, getID, getMultivaluedSupport, getName, importFile, supportsMultivalued, toStringpublic PNConfig getConfig()
public void export(LogicalModel model, PNConfig config, OutputStreamProvider out) throws IOException
IOExceptionpublic void export(LogicalModel model, OutputStreamProvider out) throws IOException
LogicalModelFormatexport in interface LogicalModelFormatexport in class AbstractFormatmodel - the model to exportout - an object providing output streams on demand for saving to one or multiple filesIOException - if writing failedCopyright © 2012-2017. All Rights Reserved.