public class LogicalModel2GINML extends AbstractGINMLWriter
DEFAULT_DTD| Constructor and Description |
|---|
LogicalModel2GINML(LogicalModel model) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getNodes()
get the names of the nodes to save in GINML.
|
void |
writeEdges(XMLWriter out)
Start writing the edges (interactions).
|
void |
writeNodes(XMLWriter out)
Start writing the nodes.
|
export, writeEdge, writeLogicalParameter, writeNodeDeclpublic LogicalModel2GINML(LogicalModel model)
public List<String> getNodes()
AbstractGINMLWritergetNodes in class AbstractGINMLWriterpublic void writeNodes(XMLWriter out) throws IOException
AbstractGINMLWriterwriteNodes in class AbstractGINMLWriterout - an opened XML writer to save the resultIOException - if writing failspublic void writeEdges(XMLWriter out) throws IOException
AbstractGINMLWriterwriteEdges in class AbstractGINMLWriterout - an opened XML writer to save the resultIOException - if writing failsCopyright © 2012–2020. All rights reserved.