Modifier and Type | Method and Description |
---|---|
Vertex |
TopologyServiceClient.getVertex(String namespace,
String vertexId) |
Vertex |
TopologyServiceClient.getVertex(VertexRef target,
Criteria... criteria) |
Vertex |
Graph.getVertexByKey(String vertexKey) |
protected static Vertex |
AbstractOperation.getVertexItem(OperationContext operationContext,
VertexRef target) |
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
TopologyServiceClient.getChildren(VertexRef vertexId,
Criteria[] criteria) |
Collection<Vertex> |
Graph.getDisplayVertices() |
Modifier and Type | Method and Description |
---|---|
String |
IconManager.getSVGIconId(Vertex vertex)
Returns the icon id assigned to the provided
Vertex . |
boolean |
IconManager.removeIconMapping(Vertex vertex)
Removes the icon mapping for the
Vertex if defined. |
String |
IconManager.setIconMapping(Vertex vertex,
String newIconId)
Sets a new icon mapping from the
Vertex to the newIconId . |
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) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
Vertex |
DefaultTopologyServiceClient.getVertex(String namespace,
String vertexId) |
Vertex |
DefaultTopologyServiceClient.getVertex(VertexRef target,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
DefaultTopologyServiceClient.getChildren(VertexRef vertexId,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
void |
GraphPainter.visitVertex(Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Vertex |
DefaultGraph.getVertexByKey(String vertexKey) |
Modifier and Type | Method and Description |
---|---|
Collection<Vertex> |
DefaultGraph.getDisplayVertices() |
Constructor and Description |
---|
DefaultGraph(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 |
CategoryHopCriteria.getCollapsedRepresentation() |
Vertex |
IpLikeHopCriteria.getCollapsedRepresentation() |
Vertex |
AlarmHopCriteria.getCollapsedRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
IconRepositoryManager.getSVGIconId(Vertex vertex) |
boolean |
IconRepositoryManager.removeIconMapping(Vertex vertex) |
String |
IconRepositoryManager.setIconMapping(Vertex vertex,
String newIconId) |
Modifier and Type | Method and Description |
---|---|
protected static List<VertexRef> |
LayoutManager.toVertexRef(Collection<Vertex> input) |
Modifier and Type | Field and Description |
---|---|
protected static Vertex |
BreadcrumbPathCalculator.rootVertex |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationVertex |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBusinessServiceVertex |
class |
BusinessServiceVertex |
class |
IpServiceVertex |
class |
ReductionKeyVertex |
Modifier and Type | Method and Description |
---|---|
Vertex |
BusinessServiceVertexProvider.getVertex(String namespace,
String id) |
Vertex |
BusinessServiceVertexProvider.getVertex(VertexRef reference,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
BusinessServiceVertexProvider.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
BusinessServiceVertexProvider.getVertices(Criteria... criteria) |
Modifier and Type | Class and Description |
---|---|
class |
GraphMLVertex |
Modifier and Type | Class and Description |
---|---|
class |
LinkdVertex |
Modifier and Type | Method and Description |
---|---|
Vertex |
LinkdTopologyProvider.getDefaultVertex() |
Copyright © 2021. All rights reserved.