Package | Description |
---|---|
de.unirostock.sems.bives.algorithm | |
de.unirostock.sems.bives.ds.graph | |
de.unirostock.sems.bives.ds.hn |
Modifier and Type | Field and Description |
---|---|
protected HierarchyNetwork |
GraphProducer.hn
The hierarchy network.
|
Modifier and Type | Method and Description |
---|---|
HierarchyNetwork |
GraphProducer.getHierarchy()
Gets the hierarchy network graph.
|
Modifier and Type | Method and Description |
---|---|
String |
GraphTranslatorSbgnJson.translate(HierarchyNetwork hn) |
String |
GraphTranslatorGraphML.translate(HierarchyNetwork hn) |
String |
GraphTranslatorDot.translate(HierarchyNetwork hn) |
abstract Object |
GraphTranslator.translate(HierarchyNetwork hn)
Translate a hierarchy network.
|
String |
GraphTranslatorJson.translate(HierarchyNetwork hn) |
Constructor and 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.
|
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.