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 |
---|---|
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 | Interface and Description |
---|---|
interface |
CollapsibleVertex |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollapsibleVertex |
class |
AbstractLevelAwareVertex |
class |
AbstractVertex |
Modifier and Type | Method and Description |
---|---|
Vertex |
CollapsibleCriteria.getCollapsedRepresentation()
This function returns the vertex that will be used to represent the group when the state is
set to collapsed.
|
Vertex |
BackendGraph.getVertex(String namespace,
String id) |
Vertex |
CollapsibleGraph.getVertex(String namespace,
String id) |
Vertex |
BackendGraph.getVertex(VertexRef reference,
Criteria... criteria) |
Vertex |
CollapsibleGraph.getVertex(VertexRef reference,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
static Set<Vertex> |
CollapsibleGraph.collapseVertices(Set<Vertex> vertices,
CollapsibleCriteria[] criteria) |
static Map<VertexRef,Set<Vertex>> |
CollapsibleGraph.getMapOfVerticesToCollapsedVertices(CollapsibleCriteria[] criteria) |
List<Vertex> |
CollapsibleGraph.getVertices(CollapsibleRef collapsibleRef,
Criteria... criteria) |
List<Vertex> |
BackendGraph.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
CollapsibleGraph.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
BackendGraph.getVertices(Criteria... criteria)
Return an immutable list of vertices that match the criteria.
|
List<Vertex> |
CollapsibleGraph.getVertices(Criteria... criteria) |
Collection<Vertex> |
CollapsibleGraph.getVertices(int semanticZoomLevel,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
void |
BackendGraph.addVertices(Vertex... vertices) |
void |
CollapsibleGraph.addVertices(Vertex... vertices) |
Modifier and Type | Method and Description |
---|---|
static Set<Vertex> |
CollapsibleGraph.collapseVertices(Set<Vertex> vertices,
CollapsibleCriteria[] criteria) |
void |
VertexListener.vertexSetChanged(BackendGraph provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
void |
VertexListener.vertexSetChanged(BackendGraph provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleLeafVertex |
Modifier and Type | Method and Description |
---|---|
Vertex |
SimpleGraph.getVertex(String namespace,
String id) |
Vertex |
SimpleGraph.getVertex(VertexRef reference,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
SimpleGraph.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
SimpleGraph.getVertices(Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleGraph.add(Vertex... vertices) |
void |
SimpleGraph.addVertices(Vertex... vertices) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleGraph.add(Collection<Vertex> vertices) |
void |
SimpleGraph.setVertices(List<Vertex> vertices) |
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 |
---|---|
void |
GraphPainter.visitVertex(Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
void |
VEProviderGraphContainer.vertexSetChanged(BackendGraph graph,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
void |
VEProviderGraphContainer.vertexSetChanged(BackendGraph graph,
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 |
LegacyApplicationVertex |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBusinessServiceVertex |
class |
ApplicationVertex |
class |
BusinessServiceVertex |
class |
IpServiceVertex |
class |
ReductionKeyVertex |
Modifier and Type | Method and Description |
---|---|
Vertex |
BusinessServiceGraph.getVertex(String namespace,
String id) |
Vertex |
BusinessServiceGraph.getVertex(VertexRef reference,
Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
List<Vertex> |
BusinessServiceGraph.getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
BusinessServiceGraph.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() |
Constructor and Description |
---|
LegacyVertex(Vertex legacyVertex) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyVertex |
Copyright © 2021. All rights reserved.