Package | Description |
---|---|
org.opennms.features.topology.api | |
org.opennms.features.topology.api.topo | |
org.opennms.features.topology.app.internal | |
org.opennms.features.topology.plugins.ncs |
Modifier and Type | Method and Description |
---|---|
Criteria |
GraphContainer.getCriteria(String namespace) |
Modifier and Type | Method and Description |
---|---|
void |
GraphContainer.setCriteria(Criteria critiera) |
Modifier and Type | Method and Description |
---|---|
static Criteria |
SimpleEdgeProvider.labelMatches(String namespace,
String regex) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
SimpleEdgeProvider.getEdges(Criteria c) |
List<Edge> |
EdgeProvider.getEdges(Criteria criteria)
Return an immutable list of edges that match the criteria.
|
List<Edge> |
DelegatingVertexEdgeProvider.getEdges(Criteria criteria) |
List<Vertex> |
VertexProvider.getVertices(Criteria criteria)
Return an immutable list of vertices that match the criteria.
|
List<Vertex> |
SimpleVertexProvider.getVertices(Criteria criteria) |
List<Vertex> |
DelegatingVertexEdgeProvider.getVertices(Criteria criteria) |
boolean |
SimpleEdgeProvider.matches(EdgeRef edgeRef,
Criteria c) |
boolean |
EdgeProvider.matches(EdgeRef edgeRef,
Criteria criteria) |
boolean |
DelegatingVertexEdgeProvider.matches(EdgeRef edgeRef,
Criteria criteria) |
Modifier and Type | Method and Description |
---|---|
Criteria |
VEProviderGraphContainer.getCriteria(String namespace) |
Criteria |
MergingGraphProvider.getCriteria(String namespace) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
MergingGraphProvider.getEdges(Criteria criteria) |
List<Vertex> |
MergingGraphProvider.getVertices(Criteria criteria) |
boolean |
MergingGraphProvider.matches(EdgeRef edgeRef,
Criteria criteria) |
void |
VEProviderGraphContainer.setCriteria(Criteria criteria) |
void |
MergingGraphProvider.setCriteria(Criteria criteria) |
Modifier and Type | Class and Description |
---|---|
static class |
NCSEdgeProvider.NCSServiceCriteria |
static class |
NCSSelectionTree.NCSSelectionTreeCriteria |
Modifier and Type | Method and Description |
---|---|
static Criteria |
NCSEdgeProvider.createCriteria(Collection<Long> selectedIds) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
NCSEdgeProvider.getEdges(Criteria criteria)
This factory works by using
NCSEdgeProvider.NCSServiceCriteria to construct edges based on
connecting all of the ServiceElements that make up a Service to each other. |
List<Edge> |
EdgeProviderMapImpl.getEdges(Criteria criteria) |
boolean |
NCSEdgeProvider.matches(EdgeRef edgeRef,
Criteria criteria) |
boolean |
EdgeProviderMapImpl.matches(EdgeRef edgeRef,
Criteria criteria) |
Copyright © 2015. All Rights Reserved.