- getCost() - Method in interface it.uniupo.algoTools.MST
-
- getEdgeNum() - Method in class it.uniupo.graphLib.Graph
-
- getEdgeNum() - Method in interface it.uniupo.graphLib.GraphInterface
-
The number of edges of this graph
- getFont() - Static method in class it.uniupo.drawLib.StdDraw
-
- getHead() - Method in class it.uniupo.graphLib.Edge
-
The head of a directed edge (u,v) is v
In an undirected edge, head is one of the edge's endpoints
- getMax() - Method in class it.uniupo.algoTools.MaxHeap
-
Peeks at the root of the heap (not removing it)
- getMin() - Method in class it.uniupo.algoTools.MinHeap
-
Peeks at the root of the heap (not removing it)
- getMST() - Method in interface it.uniupo.algoTools.MST
-
- getNeighbors(int) - Method in class it.uniupo.graphLib.Graph
-
- getNeighbors(int) - Method in interface it.uniupo.graphLib.GraphInterface
-
Returns the neighbors of node u, as an iterable
- getNeighbors(int) - Method in class it.uniupo.quizLib.OrderedGraph
-
- getNeighbors(int) - Method in class it.uniupo.quizLib.ReverseOrderedDigraph
-
- getNeighbors(int) - Method in class it.uniupo.quizLib.ReverseOrderedUndigraph
-
- getNumberOfSets() - Method in class it.uniupo.algoTools.QuickFind
-
- getNumberOfSets() - Method in class it.uniupo.algoTools.QuickUnion
-
- getNumberOfSets() - Method in class it.uniupo.algoTools.UnionByRank
-
- getNumberOfSets() - Method in interface it.uniupo.algoTools.UnionFind
-
Returns the number of sets so far
- getOrder() - Method in class it.uniupo.graphLib.Graph
-
- getOrder() - Method in interface it.uniupo.graphLib.GraphInterface
-
The number of nodes of this graph
- getOutEdges(int) - Method in class it.uniupo.graphLib.Graph
-
- getOutEdges(int) - Method in interface it.uniupo.graphLib.GraphInterface
-
Returns the edges incident to node u, as an iterable
- getOutEdges(int) - Method in class it.uniupo.quizLib.OrderedGraph
-
- getOutEdges(int) - Method in class it.uniupo.quizLib.ReverseOrderedDigraph
-
- getOutEdges(int) - Method in class it.uniupo.quizLib.ReverseOrderedUndigraph
-
- getPenColor() - Static method in class it.uniupo.drawLib.StdDraw
-
Get the current pen color.
- getPenRadius() - Static method in class it.uniupo.drawLib.StdDraw
-
Get the current pen radius.
- getPoint(double, double, Point) - Static method in class it.uniupo.drawLib.Point
-
- getSize() - Method in class it.uniupo.algoTools.MaxHeap
-
Returns the number of elements in the heap
- getSize() - Method in class it.uniupo.algoTools.MinHeap
-
Returns the number of elements in the heap
- getString(Iterable<? extends T>) - Static method in class it.uniupo.graphLib.UtilitiesForTests
-
Returns a string representation of the input, as a sequence of
blank separated strings
- getString(LinkedList<Integer>) - Static method in class it.uniupo.graphLib.UtilitiesForTests
-
Returns a string representation of the input, as a sequence of
blank separated strings
- getString(int[]) - Static method in class it.uniupo.graphLib.UtilitiesForTests
-
Returns a string representation of the input, as a sequence of
blank separated strings
- getString(double[]) - Static method in class it.uniupo.graphLib.UtilitiesForTests
-
Returns a string representation of the input, as a sequence of
blank separated strings
- getString(Iterable<? extends T>) - Static method in class it.uniupo.quizLib.QuizUtils
-
- getString(HashSet<Integer>) - Static method in class it.uniupo.quizLib.QuizUtils
-
- getString(int[]) - Static method in class it.uniupo.quizLib.QuizUtils
-
- getString(char[]) - Static method in class it.uniupo.quizLib.QuizUtils
-
- getString(boolean[]) - Static method in class it.uniupo.quizLib.QuizUtils
-
- getString(String[]) - Static method in class it.uniupo.quizLib.QuizUtils
-
- getStringAndEmpty(Stack<Integer>) - Static method in class it.uniupo.graphLib.UtilitiesForTests
-
Returns a string representation of the input, as a sequence of
blank separated strings, and empties the input (!!)
- getStringEscapedInfty(int[]) - Static method in class it.uniupo.quizLib.QuizUtils
-
- getStringInfty(int[]) - Static method in class it.uniupo.graphLib.UtilitiesForTests
-
Returns a string representation of the input, as a sequence of
blank separated strings, with an asterisk representing Integer.MAX_VALUE
- getStringInfty(int[]) - Static method in class it.uniupo.quizLib.QuizUtils
-
- getTail() - Method in class it.uniupo.graphLib.Edge
-
The tail of a directed edge (u,v) is u
In an undirected edge, tail is one of the edge's endpoints
- getWeight() - Method in class it.uniupo.graphLib.Edge
-
Returns the weight of the Edge
all object of the class always have a weight that by default is set to 0
- GHOST_COLOR - Static variable in class it.uniupo.drawLib.DrawGraph
-
- GHOST_EDGE_THICKNESS - Static variable in class it.uniupo.drawLib.DrawGraph
-
- Graph - Class in it.uniupo.graphLib
-
- Graph() - Constructor for class it.uniupo.graphLib.Graph
-
- graphDescrDistances(String, String) - Static method in class it.uniupo.quizLib.QuizUtils
-
- graphDescrToEdgeList(String, boolean, String, String) - Static method in class it.uniupo.quizLib.QuizUtils
-
- graphDescrToEdgeList(String, boolean, boolean, String, String) - Static method in class it.uniupo.quizLib.QuizUtils
-
- graphDescrToEdgeListWithWeights(String) - Static method in class it.uniupo.quizLib.QuizUtils
-
- GraphGen - Class in it.uniupo.quizLib
-
- GraphGen() - Constructor for class it.uniupo.quizLib.GraphGen
-
- GraphInterface - Interface in it.uniupo.graphLib
-
- GraphUtils - Class in it.uniupo.graphLib
-
- GraphUtils() - Constructor for class it.uniupo.graphLib.GraphUtils
-
- GRAY - Static variable in class it.uniupo.drawLib.StdDraw
-
- GREEN - Static variable in class it.uniupo.drawLib.StdDraw
-