Class LegacyBackendGraph
- java.lang.Object
-
- org.opennms.features.topology.api.topo.simple.SimpleGraph
-
- org.opennms.netmgt.graph.provider.topology.LegacyBackendGraph
-
- All Implemented Interfaces:
NamespaceAware
,BackendGraph
public class LegacyBackendGraph extends SimpleGraph
-
-
Constructor Summary
Constructors Constructor Description LegacyBackendGraph(GenericGraph genericGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Criteria>
getDefaultCriteria()
LegacyVertex
getVertex(String namespace, String id)
-
Methods inherited from class org.opennms.features.topology.api.topo.simple.SimpleGraph
add, add, add, add, addEdgeListener, addEdges, addVertexListener, addVertices, clearEdges, clearVertices, connectVertices, connectVertices, containsVertexId, containsVertexId, contributesTo, getEdge, getEdge, getEdgeIdsForVertex, getEdgeIdsForVertices, getEdges, getEdges, getEdgeTotalCount, getNamespace, getVertex, getVertexTotalCount, getVertices, getVertices, remove, remove, removeEdgeListener, removeEdges, removeVertex, removeVertexListener, resetContainer, setEdges, setVertices
-
-
-
-
Constructor Detail
-
LegacyBackendGraph
public LegacyBackendGraph(GenericGraph genericGraph)
-
-
Method Detail
-
getVertex
public LegacyVertex getVertex(String namespace, String id)
- Specified by:
getVertex
in interfaceBackendGraph
- Overrides:
getVertex
in classSimpleGraph
-
-