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