Index
All Classes|All Packages
A
- addEdge(V, V) - Method in class directedGraph.AdjacencyListDirectedGraph
- addEdge(V, V) - Method in interface directedGraph.DirectedGraph
-
Fügt neue Kante (mit Gewicht 1) zum Graph dazu.
- addEdge(V, V, double) - Method in class directedGraph.AdjacencyListDirectedGraph
- addEdge(V, V, double) - Method in interface directedGraph.DirectedGraph
-
Fügt neue Kante mit Gewicht weight zum Graph dazu.
- addVertex(V) - Method in class directedGraph.AdjacencyListDirectedGraph
- addVertex(V) - Method in interface directedGraph.DirectedGraph
-
Fügt neuen Knoten zum Graph dazu.
- AdjacencyListDirectedGraph<V> - Class in directedGraph
-
Implementierung von DirectedGraph mit einer doppelten TreeMap für die Nachfolgerknoten und einer einer doppelten TreeMap für die Vorgängerknoten.
- AdjacencyListDirectedGraph() - Constructor for class directedGraph.AdjacencyListDirectedGraph
- AnalyzeWebSite - Class in directedGraph
-
Klasse zur Analyse von Web-Sites.
- AnalyzeWebSite() - Constructor for class directedGraph.AnalyzeWebSite
All Classes|All Packages