Class GraphTranslator

    • Constructor Detail

      • GraphTranslator

        public GraphTranslator()
    • Method Detail

      • translate

        public abstract Object translate​(ReactionNetwork rn)
                                  throws Exception
        Translate a reaction network. Might return null if not available.
        Parameters:
        rn - the internal reaction network
        Returns:
        the graph format
        Throws:
        Exception - the exception
      • translate

        public abstract Object translate​(HierarchyNetwork hn)
                                  throws Exception
        Translate a hierarchy network. Might return null if not available.
        Parameters:
        hn - the internal hierarchy network
        Returns:
        the graph format
        Throws:
        Exception - the exception