| Package | Description |
|---|---|
| org.colomoto.biolqm.io.ginml |
GINML support.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGINMLWriter.writeEdge(XMLWriter xw,
String from,
String to,
int threshold,
String sign)
Write an edge to GINML.
|
void |
LogicalModel2GINML.writeEdges(XMLWriter out) |
abstract void |
AbstractGINMLWriter.writeEdges(XMLWriter out)
Start writing the edges (interactions).
|
protected void |
AbstractGINMLWriter.writeLogicalParameter(XMLWriter xw,
int targetValue,
String activeInteractions)
Write a logical parameter to GINML.
|
protected void |
AbstractGINMLWriter.writeNodeDecl(XMLWriter xw,
String nodeID,
int max)
Write a node declaration to GINML.
|
void |
LogicalModel2GINML.writeNodes(XMLWriter out) |
abstract void |
AbstractGINMLWriter.writeNodes(XMLWriter out)
Start writing the nodes.
|
Copyright © 2012–2020. All rights reserved.