Package | Description |
---|---|
org.opennms.features.topology.api.topo |
Modifier and Type | Class and Description |
---|---|
class |
WrappedGroup |
class |
WrappedLeafVertex |
Modifier and Type | Field and Description |
---|---|
WrappedVertex |
WrappedVertex.parent |
WrappedVertex |
WrappedEdge.source |
WrappedVertex |
WrappedEdge.target |
Modifier and Type | Field and Description |
---|---|
List<WrappedVertex> |
WrappedGraph.m_vertices |
List<WrappedVertex> |
WrappedGroup.members |
Modifier and Type | Method and Description |
---|---|
static WrappedVertex |
WrappedVertex.create(Vertex vertex) |
Constructor and Description |
---|
WrappedEdge(Edge edge,
WrappedVertex source,
WrappedVertex target) |
Constructor and Description |
---|
WrappedGraph(String namespace,
List<WrappedVertex> vertices,
List<WrappedEdge> edges) |
Copyright © 2017. All rights reserved.