Modifier and Type | Method and Description |
---|---|
Vertex |
Graph.getVertexByKey(String vertexKey) |
protected static Vertex |
AbstractOperation.getVertexItem(OperationContext operationContext,
VertexRef target) |
Modifier and Type | Method and Description |
---|---|
Collection<Vertex> |
Graph.getDisplayVertices() |
Modifier and Type | Method and Description |
---|---|
void |
GraphVisitor.visitVertex(Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
Vertex |
VertexHopGraphProvider.addGroup(String label,
String iconKey) |
Vertex |
VertexHopGraphProvider.addVertex(int x,
int y) |
Vertex |
VertexHopGraphProvider.getParent(VertexRef vertex) |
Vertex |
VertexHopGraphProvider.getVertex(String namespace,
String id) |
Vertex |
VertexHopGraphProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
static Set<Vertex> |
VertexHopGraphProvider.collapseVertices(Set<Vertex> vertices,
CollapsibleCriteria[] criteria) |
List<Vertex> |
VertexHopGraphProvider.getChildren(VertexRef group,
Criteria... criteria) |
static Map<VertexRef,Set<Vertex>> |
VertexHopGraphProvider.getMapOfVerticesToCollapsedVertices(CollapsibleCriteria[] criteria) |
List<Vertex> |
VertexHopGraphProvider.getRootGroup()
TODO: Is this correct?
|
List<Vertex> |
VertexHopGraphProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria)
TODO: OVERRIDE THIS FUNCTION?
|
List<Vertex> |
VertexHopGraphProvider.getVertices(Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
void |
VertexHopGraphProvider.addVertices(Vertex... vertices) |
Modifier and Type | Method and Description |
---|---|
static Set<Vertex> |
VertexHopGraphProvider.collapseVertices(Set<Vertex> vertices,
CollapsibleCriteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVertex |
class |
SimpleGroup |
class |
SimpleLeafVertex |
Modifier and Type | Method and Description |
---|---|
Vertex |
GraphProvider.addGroup(String label,
String iconKey) |
Vertex |
GraphProvider.addVertex(int x,
int y)
Deprecated.
Convert calls to this to addVertices
|
Vertex |
CollapsibleCriteria.getCollapsedRepresentation()
This function returns the vertex that will be used to represent the group when the state is
set to collapsed.
|
Vertex |
VertexProvider.getParent(VertexRef vertex) |
Vertex |
SimpleVertexProvider.getParent(VertexRef vertex) |
Vertex |
DelegatingVertexEdgeProvider.getParent(VertexRef vertex) |
Vertex |
VertexProvider.getVertex(String namespace,
String id) |
Vertex |
SimpleVertexProvider.getVertex(String namespace,
String id) |
Vertex |
DelegatingVertexEdgeProvider.getVertex(String namespace,
String id) |
Vertex |
VertexProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Vertex |
SimpleVertexProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Vertex |
DelegatingVertexEdgeProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
VertexProvider.getChildren(VertexRef group,
Criteria... criteria) |
List<Vertex> |
SimpleVertexProvider.getChildren(VertexRef group,
Criteria... criteria) |
List<Vertex> |
DelegatingVertexEdgeProvider.getChildren(VertexRef group,
Criteria... criteria) |
List<Vertex> |
AbstractTopologyProvider.getGroups() |
List<Vertex> |
VertexProvider.getRootGroup() |
List<Vertex> |
SimpleVertexProvider.getRootGroup() |
List<Vertex> |
DelegatingVertexEdgeProvider.getRootGroup() |
List<Vertex> |
VertexProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
SimpleVertexProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
DelegatingVertexEdgeProvider.getVertices(Collection<? extends VertexRef> references,
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) |
List<Vertex> |
AbstractTopologyProvider.getVerticesWithoutGroups() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleVertexProvider.add(Vertex... vertices) |
void |
GraphProvider.addVertices(Vertex... vertices) |
void |
AbstractTopologyProvider.addVertices(Vertex... vertices) |
static WrappedVertex |
WrappedVertex.create(Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleVertexProvider.add(Collection<Vertex> vertices) |
void |
SimpleVertexProvider.setVertices(List<Vertex> vertices) |
void |
VertexListener.vertexSetChanged(VertexProvider provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
void |
VertexListener.vertexSetChanged(VertexProvider provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
Constructor and Description |
---|
AbstractEdge(String namespace,
String id,
Vertex source,
Vertex target) |
WrappedGroup(Vertex vertex) |
WrappedLeafVertex(Vertex vertex) |
WrappedVertex(Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
Vertex |
MergingGraphProvider.addGroup(String label,
String iconKey)
TODO Is this going to work properly?
|
Vertex |
MergingGraphProvider.addVertex(int x,
int y)
TODO Is this going to work properly?
|
Vertex |
MergingGraphProvider.getParent(VertexRef vertex) |
Vertex |
MergingGraphProvider.getVertex(String namespace,
String id) |
Vertex |
MergingGraphProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Vertex |
VEProviderGraphContainer.VEGraph.getVertexByKey(String vertexKey) |
Modifier and Type | Method and Description |
---|---|
protected List<? extends Vertex> |
MergingGraphProvider.filteredVertices(VertexProvider vertexProvider,
Criteria[] criteria,
boolean returnAllOnNullFilter) |
List<Vertex> |
MergingGraphProvider.getChildren(VertexRef group,
Criteria... criteria) |
Collection<Vertex> |
VEProviderGraphContainer.VEGraph.getDisplayVertices() |
List<Vertex> |
MergingGraphProvider.getRootGroup() |
List<Vertex> |
MergingGraphProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
MergingGraphProvider.getVertices(Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
void |
MergingGraphProvider.addVertices(Vertex... vertices) |
void |
GraphPainter.visitVertex(Vertex vertex) |
void |
BaseGraphVisitor.visitVertex(Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
void |
VEProviderGraphContainer.VEGraph.updateLayout(Collection<Vertex> displayVertices,
Collection<Edge> displayEdges) |
void |
VEProviderGraphContainer.vertexSetChanged(VertexProvider provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
void |
VEProviderGraphContainer.vertexSetChanged(VertexProvider provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
void |
MergingGraphProvider.vertexSetChanged(VertexProvider provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
void |
MergingGraphProvider.vertexSetChanged(VertexProvider provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
Constructor and Description |
---|
PseudoEdge(String namespace,
String id,
String styleName,
Vertex source,
Vertex target) |
Constructor and Description |
---|
VEGraph(Collection<Vertex> displayVertices,
Collection<Edge> displayEdges) |
Modifier and Type | Class and Description |
---|---|
static class |
AlarmHopCriteria.AlarmVertex |
static class |
CategoryHopCriteria.CategoryVertex |
static class |
IpLikeHopCriteria.IPVertex |
Modifier and Type | Method and Description |
---|---|
Vertex |
IpLikeHopCriteria.getCollapsedRepresentation() |
Vertex |
CategoryHopCriteria.getCollapsedRepresentation() |
Vertex |
AlarmHopCriteria.getCollapsedRepresentation() |
Modifier and Type | Class and Description |
---|---|
static class |
NCSEdgeProvider.NCSVertex |
Modifier and Type | Class and Description |
---|---|
class |
DeferedNodeLeafVertex
Leaf vertex representing a node without links that defers the lookup of the icon key,
IP address and tooltip text until one of these is requested.
|
static class |
LinkdHopCriteria.LinkdVertex |
Modifier and Type | Method and Description |
---|---|
Vertex |
NodeACLVertexProvider.addGroup(String label,
String iconKey) |
Vertex |
NodeACLVertexProvider.addVertex(int x,
int y) |
Vertex |
NodeACLVertexProvider.getParent(VertexRef vertex) |
Vertex |
NodeACLVertexProvider.getVertex(String namespace,
String id) |
Vertex |
NodeACLVertexProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
NodeACLVertexProvider.getChildren(VertexRef group,
Criteria... criteria) |
protected List<Vertex> |
AbstractLinkdTopologyProvider.getFilteredVertices() |
List<Vertex> |
NodeACLVertexProvider.getRootGroup() |
List<Vertex> |
NodeACLVertexProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
NodeACLVertexProvider.getVertices(Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
void |
NodeACLVertexProvider.addVertices(Vertex... vertices) |
protected String |
AbstractLinkdTopologyProvider.getEdgeTooltipText(DataLinkInterface link,
Vertex source,
Vertex target) |
Constructor and Description |
---|
BridgeLinkDetail(String id,
String vertexNamespace,
Vertex source,
Integer sourceLink,
Vertex target,
Integer targetLink) |
CdpLinkDetail(String id,
Vertex source,
Integer sourceIfIndex,
String sourceIfName,
Vertex target,
String targetIfName) |
Modifier and Type | Method and Description |
---|---|
void |
VmwareTopologyProvider.debug(Vertex vmwareVertex) |
Copyright © 2015. All rights reserved.