| Package | Description |
|---|---|
| org.colomoto.biolqm.io |
Input/Output for Logical Model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamProviderFileImpl
Provide input streams from the file system.
|
| Modifier and Type | Field and Description |
|---|---|
protected StreamProvider |
BaseLoader.streams |
protected StreamProvider |
BaseExporter.streams |
| Modifier and Type | Method and Description |
|---|---|
static StreamProvider |
StreamProvider.create(File f) |
static StreamProvider |
StreamProvider.create(String path) |
| Modifier and Type | Method and Description |
|---|---|
default void |
LogicalModelFormat.export(LogicalModel model,
StreamProvider streams)
Export a logical model to this format.
|
default LogicalModel |
LogicalModelFormat.load(StreamProvider streams)
Load a file in this format and build a logical model for it.
|
void |
BaseExporter.setDestination(StreamProvider streams) |
void |
ModelExporter.setDestination(StreamProvider streams)
Define the destination at which the model will be exported.
|
void |
BaseLoader.setSource(StreamProvider streams) |
void |
ModelLoader.setSource(StreamProvider streams)
Define the source from which the model will be loaded.
|
Copyright © 2012–2020. All rights reserved.