Uses of Class
org.testng.internal.Graph.Node
Packages that use Graph.Node
-
Uses of Graph.Node in org.testng.internal
Fields in org.testng.internal with type parameters of type Graph.NodeModifier and TypeFieldDescriptionprivate final Comparator<Graph.Node<T>>
Graph.comparator
private Map<T,
Graph.Node<T>> Graph.m_independentNodes
private final Set<Graph.Node<T>>
Graph.Node.m_neighbors
private final Map<T,
Graph.Node<T>> Graph.m_nodes
Methods in org.testng.internal that return Graph.NodeModifier and TypeMethodDescriptionGraph.Node.clone()
private Graph.Node<T>
private Graph.Node<T>
Graph.findNodeWithNoPredecessors
(List<Graph.Node<T>> nodes) Methods in org.testng.internal that return types with arguments of type Graph.NodeMethods in org.testng.internal with parameters of type Graph.NodeModifier and TypeMethodDescriptionvoid
Graph.Node.addNeighbor
(Graph.Node<T> neighbor) private void
Graph.removeFromNodes
(List<Graph.Node<T>> nodes, Graph.Node<T> node) Remove a node from a list of nodes and update the list of predecessors for all the remaining nodes.Method parameters in org.testng.internal with type arguments of type Graph.NodeModifier and TypeMethodDescriptionprivate Graph.Node<T>
Graph.findNodeWithNoPredecessors
(List<Graph.Node<T>> nodes) private void
Graph.removeFromNodes
(List<Graph.Node<T>> nodes, Graph.Node<T> node) Remove a node from a list of nodes and update the list of predecessors for all the remaining nodes.Constructor parameters in org.testng.internal with type arguments of type Graph.Node