Uses of Class
de.unirostock.sems.bives.ds.hn.HierarchyNetwork
-
Packages that use HierarchyNetwork Package Description de.unirostock.sems.bives.algorithm de.unirostock.sems.bives.ds.graph de.unirostock.sems.bives.ds.hn -
-
Uses of HierarchyNetwork in de.unirostock.sems.bives.algorithm
Fields in de.unirostock.sems.bives.algorithm declared as HierarchyNetwork Modifier and Type Field Description protected HierarchyNetwork
GraphProducer. hn
The hierarchy network.Methods in de.unirostock.sems.bives.algorithm that return HierarchyNetwork Modifier and Type Method Description HierarchyNetwork
GraphProducer. getHierarchy()
Gets the hierarchy network graph. -
Uses of HierarchyNetwork in de.unirostock.sems.bives.ds.graph
Methods in de.unirostock.sems.bives.ds.graph with parameters of type HierarchyNetwork Modifier and Type Method Description abstract Object
GraphTranslator. translate(HierarchyNetwork hn)
Translate a hierarchy network.String
GraphTranslatorDot. translate(HierarchyNetwork hn)
String
GraphTranslatorGraphML. translate(HierarchyNetwork hn)
String
GraphTranslatorJson. translate(HierarchyNetwork hn)
String
GraphTranslatorSbgnJson. translate(HierarchyNetwork hn)
-
Uses of HierarchyNetwork in de.unirostock.sems.bives.ds.hn
Constructors in de.unirostock.sems.bives.ds.hn with parameters of type HierarchyNetwork Constructor Description HierarchyNetworkComponent(HierarchyNetwork hn, String labelA, String labelB, de.unirostock.sems.xmlutils.ds.DocumentNode docA, de.unirostock.sems.xmlutils.ds.DocumentNode docB)
Instantiates a new hierarchy network component.HierarchyNetworkVariable(HierarchyNetwork hn, String labelA, String labelB, de.unirostock.sems.xmlutils.ds.DocumentNode docA, de.unirostock.sems.xmlutils.ds.DocumentNode docB, HierarchyNetworkComponent componentA, HierarchyNetworkComponent componentB)
Instantiates a new hierarchy network variable.
-