@ProviderFor(value=LogicalModelFormat.class) public class BNetFormat extends AbstractFormat
LogicalModelFormat.MultivaluedSupport| Constructor and Description |
|---|
BNetFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(LogicalModel model,
OutputStream out) |
LogicalModel |
importFile(File f)
Import a file in this format and build a logical model for it.
|
canExport, canImport, export, getID, getMultivaluedSupport, getName, supportsMultivalued, toStringpublic static final String ID
public LogicalModel importFile(File f) throws IOException
LogicalModelFormatimportFile in interface LogicalModelFormatimportFile in class AbstractFormatf - the file to importIOException - if loading failedpublic void export(LogicalModel model, OutputStream out) throws IOException
export in class AbstractFormatIOExceptionCopyright © 2012-2017. All Rights Reserved.