| Package | Description |
|---|---|
| org.colomoto.biolqm |
Core for the bioLQM toolkit:
Main data structures for Logical Models
Service loader and manager
Launcher and Command-Line Interface
Script mode
|
| org.colomoto.biolqm.io |
Input/Output for Logical Model.
|
| org.colomoto.biolqm.io.bnet |
The format used by boolnet and pyboolnet
|
| org.colomoto.biolqm.io.booleannet |
The format used by booleannet and related tools in Reka Albert's group
|
| org.colomoto.biolqm.io.boolsim |
The format used by boolsim/GenYsis.
|
| org.colomoto.biolqm.io.cnet |
The format used by boolnet and pyboolnet
|
| org.colomoto.biolqm.io.functions |
logical functions.
|
| org.colomoto.biolqm.io.ginml |
GINML support.
|
| org.colomoto.biolqm.io.gna |
GNA (non-xml) support.
|
| org.colomoto.biolqm.io.implicanttables |
Implicant table format.
|
| org.colomoto.biolqm.io.maboss |
The format used by MaBoSS - https://maboss.curie.fr/
|
| org.colomoto.biolqm.io.mnet |
A custom text format for multi-valued networks
|
| org.colomoto.biolqm.io.petrinet |
Petri net support.
|
| org.colomoto.biolqm.io.pint |
The format used by Pint - http://loicpauleve.name/pint
|
| org.colomoto.biolqm.io.sbml |
SBML qual support.
|
| org.colomoto.biolqm.io.truthtable |
TruthTable file reader.
|
| org.colomoto.biolqm.service |
| Modifier and Type | Method and Description |
|---|---|
static LogicalModelFormat |
LQMLauncher.getFormat(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormat
Simple helper to fill in the boring parts of format declaration classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BNetFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanNetFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
BoolSimFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
CNetFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanFunctionFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
GINMLFormat
Format description for GINML files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GNAFormat
Format description for GNA (non-xml) files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplicantTableFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
MaBoSSFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
MNetFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
APNNFormat
PNML is an xml-based format for Petri net models.
|
class |
INAFormat
PNML is an xml-based format for Petri net models.
|
class |
PetriNetFormat
Base format for the PN formats
|
class |
PNMLFormat
PNML is an xml-based format for Petri net models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PintFormat |
| Modifier and Type | Class and Description |
|---|---|
class |
SBMLFormat
Format description for SBML files, using the qual extension.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TruthTableFormat
Format description for TruthTable (.tt) files.
|
| Modifier and Type | Method and Description |
|---|---|
static LogicalModelFormat |
LQMServiceManager.getFormat(String name)
Get the format declaration for a given ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<LogicalModelFormat> |
LQMServiceManager.getFormats()
Get the available formats.
|
Copyright © 2012–2020. All rights reserved.