| 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 | 
|---|---|
| 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  Vertexif defined. | 
| String | IconManager. setIconMapping(Vertex vertex,
              String newIconId)Sets a new icon mapping from the  Vertexto thenewIconId. | 
| 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 | SimpleVertexProvider. getParent(VertexRef vertex) | 
| Vertex | DelegatingVertexEdgeProvider. getParent(VertexRef vertex) | 
| Vertex | VertexProvider. getParent(VertexRef vertex) | 
| Vertex | SimpleVertexProvider. getVertex(String namespace,
         String id) | 
| Vertex | DelegatingVertexEdgeProvider. getVertex(String namespace,
         String id) | 
| Vertex | VertexProvider. getVertex(String namespace,
         String id) | 
| Vertex | SimpleVertexProvider. getVertex(VertexRef reference,
         Criteria... criteria) | 
| Vertex | DelegatingVertexEdgeProvider. getVertex(VertexRef reference,
         Criteria... criteria) | 
| Vertex | VertexProvider. getVertex(VertexRef reference,
         Criteria... criteria) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Vertex> | SimpleVertexProvider. getChildren(VertexRef group,
           Criteria... criteria) | 
| List<Vertex> | DelegatingVertexEdgeProvider. getChildren(VertexRef group,
           Criteria... criteria) | 
| List<Vertex> | VertexProvider. getChildren(VertexRef group,
           Criteria... criteria) | 
| List<Vertex> | AbstractTopologyProvider. getGroups() | 
| List<Vertex> | SimpleVertexProvider. getRootGroup() | 
| List<Vertex> | DelegatingVertexEdgeProvider. getRootGroup() | 
| List<Vertex> | VertexProvider. getRootGroup() | 
| List<Vertex> | SimpleVertexProvider. getVertices(Collection<? extends VertexRef> references,
           Criteria... criteria) | 
| List<Vertex> | DelegatingVertexEdgeProvider. getVertices(Collection<? extends VertexRef> references,
           Criteria... criteria) | 
| List<Vertex> | VertexProvider. getVertices(Collection<? extends VertexRef> references,
           Criteria... criteria) | 
| List<Vertex> | SimpleVertexProvider. getVertices(Criteria... criteria) | 
| List<Vertex> | DelegatingVertexEdgeProvider. getVertices(Criteria... criteria) | 
| List<Vertex> | VertexProvider. getVertices(Criteria... criteria)Return an immutable list of vertices that match the 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 | AlarmHopCriteria. getCollapsedRepresentation() | 
| Vertex | IpLikeHopCriteria. getCollapsedRepresentation() | 
| Vertex | CategoryHopCriteria. getCollapsedRepresentation() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | IconRepositoryManager. getSVGIconId(Vertex vertex) | 
| boolean | IconRepositoryManager. removeIconMapping(Vertex vertex) | 
| String | IconRepositoryManager. setIconMapping(Vertex vertex,
              String newIconId) | 
| Constructor and Description | 
|---|
| PingWindow(Vertex vertex,
          PingService pingService)Creates the PingWindow to make ping requests. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | NCSEdgeProvider.NCSVertex | 
| 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 | 
|---|---|
| static class  | LinkdHopCriteria.LinkdVertex | 
| Modifier and Type | Method and Description | 
|---|---|
| Vertex | NodeACLVertexProvider. addGroup(String label,
        String iconKey) | 
| Vertex | NodeACLVertexProvider. addVertex(int x,
         int y) | 
| protected Vertex | AbstractLinkdTopologyProvider. createVertexFor(OnmsNode node,
               OnmsIpInterface ipInterface) | 
| protected Vertex | EnhancedLinkdTopologyProvider. getOrCreateVertex(OnmsNode sourceNode,
                 OnmsIpInterface primary) | 
| 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) | 
| Constructor and Description | 
|---|
| CdpLinkDetail(String id,
             Vertex source,
             CdpLink sourceLink,
             Vertex target,
             CdpLink targetLink) | 
| LinkdEdge(String namespace,
         String id,
         Vertex source,
         Vertex target) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | VmwareTopologyProvider. debug(Vertex vmwareVertex) | 
Copyright © 2017. All rights reserved.