Uses of Class
org.opennms.features.graphml.model.GraphMLGraph
-
Packages that use GraphMLGraph Package Description org.opennms.features.graphml.model org.opennms.features.topology.plugins.topo.graphml -
-
Uses of GraphMLGraph in org.opennms.features.graphml.model
Methods in org.opennms.features.graphml.model that return GraphMLGraph Modifier and Type Method Description GraphMLGraph
GraphML. getGraph(String id)
Methods in org.opennms.features.graphml.model that return types with arguments of type GraphMLGraph Modifier and Type Method Description List<GraphMLGraph>
GraphML. getGraphs()
Methods in org.opennms.features.graphml.model with parameters of type GraphMLGraph Modifier and Type Method Description void
GraphML. addGraph(GraphMLGraph graph)
T
GraphMLElement.GraphMLElementVisitor. visit(GraphMLGraph graph)
-
Uses of GraphMLGraph in org.opennms.features.topology.plugins.topo.graphml
Constructors in org.opennms.features.topology.plugins.topo.graphml with parameters of type GraphMLGraph Constructor Description GraphMLTopologyProvider(GraphMLGraph graphMLGraph, GraphMLServiceAccessor serviceAccessor)
-