public abstract class Single extends Object
Modifier and Type | Field and Description |
---|---|
protected de.unirostock.sems.xmlutils.ds.TreeDocument |
tree
The tree.
|
Constructor and Description |
---|
Single(File file)
Instantiates a new single object reading the document from a file.
|
Single(String str)
Instantiates a new single object reading the document from a string.
|
Single(de.unirostock.sems.xmlutils.ds.TreeDocument tree)
Instantiates a new single object.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
flatten()
Flatten the document.
|
String |
getCRNDotGraph()
Deprecated.
As of 1.3.3 replaced by
getReactionsDotGraph() |
Object |
getCRNGraph(GraphTranslator gt)
Deprecated.
As of 1.3.3 replaced by
getReactionsGraph(de.unirostock.sems.bives.ds.graph.GraphTranslator) |
String |
getCRNGraphML()
Deprecated.
As of 1.3.3 replaced by
getReactionsGraphML() |
String |
getCRNJsonGraph()
Deprecated.
As of 1.3.3 replaced by
getReactionsJsonGraph() |
abstract String |
getHierarchyDotGraph()
Returns the component's hierarchy graph encoded in DOT language.
|
abstract Object |
getHierarchyGraph(GraphTranslator gt)
Returns the component's hierarchy graph providing an own graph translator.
|
abstract String |
getHierarchyGraphML()
Returns the component's hierarchy graph encoded in GraphML.
|
abstract String |
getHierarchyJsonGraph()
Returns the component's hierarchy graph encoded in JSON.
|
abstract String |
getReactionsDotGraph()
Returns the graph of the reaction network encoded in DOT language.
|
abstract Object |
getReactionsGraph(GraphTranslator gt)
Returns the graph of the reaction network providing an own graph translator.
|
abstract String |
getReactionsGraphML()
Returns the graph of the reaction network encoded in GraphML.
|
abstract String |
getReactionsJsonGraph()
Returns the graph of the reaction network encoded in JSON.
|
public Single(File file) throws de.unirostock.sems.xmlutils.exception.XmlDocumentParseException, IOException, org.jdom2.JDOMException
file
- the file containing the documentde.unirostock.sems.xmlutils.exception.XmlDocumentParseException
- the xml document parse exceptionIOException
- Signals that an I/O exception has occurred.org.jdom2.JDOMException
- the jDOM exceptionpublic Single(String str) throws de.unirostock.sems.xmlutils.exception.XmlDocumentParseException, IOException, org.jdom2.JDOMException
str
- the string containing the documentde.unirostock.sems.xmlutils.exception.XmlDocumentParseException
- the xml document parse exceptionIOException
- Signals that an I/O exception has occurred.org.jdom2.JDOMException
- the jDOM exceptionpublic Single(de.unirostock.sems.xmlutils.ds.TreeDocument tree)
tree
- the treepublic abstract String flatten() throws Exception
Exception
- the exception@Deprecated public Object getCRNGraph(GraphTranslator gt) throws Exception
getReactionsGraph(de.unirostock.sems.bives.ds.graph.GraphTranslator)
gt
- the graph translatorException
- the exceptionpublic abstract Object getReactionsGraph(GraphTranslator gt) throws Exception
gt
- the graph translatorException
- the exceptionpublic abstract Object getHierarchyGraph(GraphTranslator gt) throws Exception
gt
- the graph translatorException
- the exception@Deprecated public String getCRNGraphML() throws Exception
getReactionsGraphML()
Exception
- the exceptionpublic abstract String getReactionsGraphML() throws Exception
Exception
- the exceptionpublic abstract String getHierarchyGraphML() throws Exception
Exception
- the exception@Deprecated public String getCRNDotGraph() throws Exception
getReactionsDotGraph()
Exception
- the exceptionpublic abstract String getReactionsDotGraph() throws Exception
Exception
- the exceptionpublic abstract String getHierarchyDotGraph() throws Exception
Exception
- the exception@Deprecated public String getCRNJsonGraph() throws Exception
getReactionsJsonGraph()
Exception
- the exceptionpublic abstract String getReactionsJsonGraph() throws Exception
Exception
- the exceptionCopyright © 2019 SEMS project @ University of Rostock. All rights reserved.