- dagify(int, int) - Static method in class it.uniupo.quizLib.GraphGen
-
Returns a random simple DAG containing numNodes vertices and numEdges edges.
- DARK_GRAY - Static variable in class it.uniupo.drawLib.StdDraw
-
- DEFAULT_AMPL - Static variable in class it.uniupo.drawLib.DrawGraph
-
- DEFAULT_EDGE_THICKNESS - Static variable in class it.uniupo.drawLib.DrawGraph
-
- descrizGrafo(GraphInterface, boolean, boolean) - Static method in class it.uniupo.quizLib.QuizUtils
-
- descrizGrafo(GraphInterface, boolean, boolean, boolean) - Static method in class it.uniupo.quizLib.QuizUtils
-
- descrizGrafoPerCluster(GraphInterface) - Static method in class it.uniupo.quizLib.QuizUtils
-
- DFS - Static variable in class it.uniupo.quizLib.QuizUtils
-
- DIRECTED - Static variable in class it.uniupo.quizLib.QuizUtils
-
- DirectedGraph - Class in it.uniupo.graphLib
-
- DirectedGraph(int) - Constructor for class it.uniupo.graphLib.DirectedGraph
-
Creates a DirectedGraph with the specified number of nodes and no edges
- DirectedGraph(String) - Constructor for class it.uniupo.graphLib.DirectedGraph
-
Creates a DirectedGraph as described by the input string.
- dirGraphGen(int, double, double, boolean, boolean) - Static method in class it.uniupo.quizLib.GraphGen
-
Returns a random directed graph on numberOfNodes vertices and a random number of edges
(number of nodes/2 \leq number of edges \lt numberOfNodes*numberOfNodes*density)
- dirGraphGen(int, int, boolean, boolean) - Static method in class it.uniupo.quizLib.GraphGen
-
Returns a random directed graph on numberOfNodes vertices and numEdges edges
- dirGraphGen(int, int, int, int, boolean) - Static method in class it.uniupo.quizLib.GraphGen
-
Returns a random directed graph on numberOfNodes vertices and numEdges edges
- disegnaNodo(int) - Method in class it.uniupo.drawLib.DrawGraph
-
- disegnaPunto(int, double, Color) - Method in class it.uniupo.drawLib.DrawGraph
-
- disegnaPunto(int, double, Color, int) - Method in class it.uniupo.drawLib.DrawGraph
-
- dist(Point) - Method in class it.uniupo.drawLib.Point
-
- DRAW - Static variable in class it.uniupo.drawLib.DrawGraph
-
- drawEdge(int, int, int) - Method in class it.uniupo.drawLib.DrawGraph
-
- DrawGraph - Class in it.uniupo.drawLib
-
- DrawGraph(GraphInterface, boolean, boolean, boolean) - Constructor for class it.uniupo.drawLib.DrawGraph
-
- DrawGraph(GraphInterface, boolean, boolean, boolean, boolean) - Constructor for class it.uniupo.drawLib.DrawGraph
-
- drawGraph() - Method in class it.uniupo.drawLib.DrawGraph
-
- drawGraph(boolean) - Method in class it.uniupo.drawLib.DrawGraph
-
- drawNeighbors(int, Iterable<Edge>) - Method in class it.uniupo.drawLib.DrawGraph
-