Uses of Class
org.opennms.features.graphml.model.GraphMLEdge
-
Packages that use GraphMLEdge Package Description org.opennms.features.graphml.model org.opennms.features.topology.plugins.topo.graphml -
-
Uses of GraphMLEdge in org.opennms.features.graphml.model
Methods in org.opennms.features.graphml.model that return GraphMLEdge Modifier and Type Method Description GraphMLEdge
GraphMLGraph. getEdgeById(String id)
Methods in org.opennms.features.graphml.model that return types with arguments of type GraphMLEdge Modifier and Type Method Description Collection<GraphMLEdge>
GraphMLGraph. getEdges()
Methods in org.opennms.features.graphml.model with parameters of type GraphMLEdge Modifier and Type Method Description void
GraphMLGraph. addEdge(GraphMLEdge edge)
T
GraphMLElement.GraphMLElementVisitor. visit(GraphMLEdge edge)
-
Uses of GraphMLEdge in org.opennms.features.topology.plugins.topo.graphml
Constructors in org.opennms.features.topology.plugins.topo.graphml with parameters of type GraphMLEdge Constructor Description GraphMLEdge(String namespace, GraphMLEdge graphMLEdge, GraphMLVertex source, GraphMLVertex target)
-