Package | Description |
---|---|
org.opennms.features.graphml.model | |
org.opennms.features.topology.plugins.topo.graphml |
Modifier and Type | Method and Description |
---|---|
GraphMLEdge |
GraphMLGraph.getEdgeById(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<GraphMLEdge> |
GraphMLGraph.getEdges() |
Modifier and Type | Method and Description |
---|---|
void |
GraphMLGraph.addEdge(GraphMLEdge edge) |
T |
GraphMLElement.GraphMLElementVisitor.visit(GraphMLEdge edge) |
Constructor and Description |
---|
GraphMLEdge(String namespace,
GraphMLEdge graphMLEdge,
GraphMLVertex source,
GraphMLVertex target) |
Copyright © 2021. All rights reserved.