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 |
---|---|
boolean |
SelectionContext.isEdgeRefSelected(EdgeRef edgeRef) |
boolean |
DefaultSelectionContext.isEdgeRefSelected(EdgeRef edgeRef) |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectionContext.setSelectedEdgeRefs(Collection<? extends EdgeRef> edgeRefs) |
boolean |
DefaultSelectionContext.setSelectedEdgeRefs(Collection<? extends EdgeRef> edgeRefs) |
Modifier and Type | Interface and Description |
---|---|
interface |
Edge |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEdge |
class |
AbstractEdgeRef |
Modifier and Type | Method and Description |
---|---|
EdgeRef |
Connector.getEdge() |
EdgeRef[] |
GraphProvider.getEdgeIdsForVertex(VertexRef vertex) |
EdgeRef[] |
AbstractTopologyProvider.getEdgeIdsForVertex(VertexRef vertex) |
Modifier and Type | Method and Description |
---|---|
Edge |
SimpleEdgeProvider.getEdge(EdgeRef reference) |
Edge |
EdgeProvider.getEdge(EdgeRef reference) |
Edge |
DelegatingVertexEdgeProvider.getEdge(EdgeRef reference) |
boolean |
SimpleEdgeProvider.matches(EdgeRef edgeRef,
Criteria c) |
boolean |
EdgeProvider.matches(EdgeRef edgeRef,
Criteria criteria) |
boolean |
DelegatingVertexEdgeProvider.matches(EdgeRef edgeRef,
Criteria criteria) |
void |
SimpleEdgeProvider.remove(EdgeRef... edges) |
void |
GraphProvider.removeEdges(EdgeRef... edges) |
void |
AbstractTopologyProvider.removeEdges(EdgeRef... edge) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
SimpleEdgeProvider.getEdges(Collection<? extends EdgeRef> references) |
List<Edge> |
EdgeProvider.getEdges(Collection<? extends EdgeRef> references)
Return an immutable list of all edges that match this set of references.
|
List<Edge> |
DelegatingVertexEdgeProvider.getEdges(Collection<? extends EdgeRef> references) |
void |
SimpleEdgeProvider.remove(List<EdgeRef> edges) |
Constructor and Description |
---|
AbstractEdgeRef(EdgeRef ref) |
Modifier and Type | Class and Description |
---|---|
class |
VEProviderGraphContainer.PseudoEdge |
Modifier and Type | Method and Description |
---|---|
EdgeRef[] |
MergingGraphProvider.getEdgeIdsForVertex(VertexRef vertex)
TODO This will miss edges provided by auxiliary edge providers
|
Modifier and Type | Method and Description |
---|---|
Edge |
MergingGraphProvider.getEdge(EdgeRef reference) |
boolean |
DefaultSelectionManager.isEdgeRefSelected(EdgeRef edgeRef) |
boolean |
MergingGraphProvider.matches(EdgeRef edgeRef,
Criteria criteria) |
void |
MergingGraphProvider.removeEdges(EdgeRef... edges) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
MergingGraphProvider.getEdges(Collection<? extends EdgeRef> references) |
boolean |
DefaultSelectionManager.setSelectedEdgeRefs(Collection<? extends EdgeRef> edgeRefs) |
Modifier and Type | Class and Description |
---|---|
static class |
NCSEdgeProvider.NCSEdge |
Modifier and Type | Method and Description |
---|---|
Edge |
NCSEdgeProvider.getEdge(EdgeRef reference) |
Edge |
EdgeProviderMapImpl.getEdge(EdgeRef reference) |
boolean |
NCSEdgeProvider.matches(EdgeRef edgeRef,
Criteria criteria) |
boolean |
EdgeProviderMapImpl.matches(EdgeRef edgeRef,
Criteria criteria) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
NCSEdgeProvider.getEdges(Collection<? extends EdgeRef> references) |
List<Edge> |
EdgeProviderMapImpl.getEdges(Collection<? extends EdgeRef> references) |
Copyright © 2015. All Rights Reserved.