| Package | Description |
|---|---|
| org.colomoto.biolqm.io |
Input/Output for Logical Model.
|
| org.colomoto.biolqm.io.maboss |
The format used by MaBoSS - https://maboss.curie.fr/
|
| org.colomoto.biolqm.io.petrinet |
Petri net support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalModelFormat.export(LogicalModel model,
OutputStreamProvider outputProvider)
Export a logical model to this format.
|
void |
AbstractFormat.export(LogicalModel model,
OutputStreamProvider outputProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
MaBoSSFormat.export(LogicalModel model,
OutputStreamProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
PNFormat.export(LogicalModel model,
OutputStreamProvider out) |
void |
PNFormat.export(LogicalModel model,
PNConfig config,
OutputStreamProvider out) |
void |
AbstractPNEncoder.export(PNConfig config,
OutputStreamProvider out) |
Copyright © 2012-2017. All Rights Reserved.