public abstract class GraphTranslator extends Object
Constructor and Description |
---|
GraphTranslator() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
translate(HierarchyNetwork hn)
Translate a hierarchy network.
|
abstract Object |
translate(ReactionNetwork rn)
Translate a reaction network.
|
public abstract Object translate(ReactionNetwork rn) throws Exception
rn
- the internal reaction networkException
- the exceptionpublic abstract Object translate(HierarchyNetwork hn) throws Exception
hn
- the internal hierarchy networkException
- the exceptionCopyright © 2019 SEMS project @ University of Rostock. All rights reserved.