diff --git a/README.md b/README.md index df8b692..7115f65 100644 Binary files a/README.md and b/README.md differ diff --git a/build.gradle b/build.gradle index f2ad5f6..bc2999e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,6 +3,13 @@ apply plugin: 'eclipse' version='1.0-SNAPSHOT' +jar { + manifest { + attributes 'Main-Class': 'berack96.lib.graph.view.Main' + } + from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } } +} + test { useJUnitPlatform() } @@ -24,5 +31,5 @@ dependencies { compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5' /*compile group: 'commons-collections', name: 'commons-collections', version: '3.2'*/ - /*testCompile 'junit:junit:4.4'*/ + testCompile 'junit:junit:4.4' } \ No newline at end of file diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html new file mode 100644 index 0000000..8841849 --- /dev/null +++ b/doc/allclasses-frame.html @@ -0,0 +1,53 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html new file mode 100644 index 0000000..80b3f0c --- /dev/null +++ b/doc/allclasses-noframe.html @@ -0,0 +1,53 @@ + + + + + +All Classes + + + + + +

All Classes

+
+ +
+ + diff --git a/doc/berack96/lib/graph/Edge.html b/doc/berack96/lib/graph/Edge.html new file mode 100644 index 0000000..6222ad1 --- /dev/null +++ b/doc/berack96/lib/graph/Edge.html @@ -0,0 +1,394 @@ + + + + + +Edge + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph
+

Class Edge<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/Graph.html b/doc/berack96/lib/graph/Graph.html new file mode 100644 index 0000000..78edcea --- /dev/null +++ b/doc/berack96/lib/graph/Graph.html @@ -0,0 +1,1915 @@ + + + + + +Graph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph
+

Interface Graph<V,W extends java.lang.Number>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/Vertex.html b/doc/berack96/lib/graph/Vertex.html new file mode 100644 index 0000000..a70d94e --- /dev/null +++ b/doc/berack96/lib/graph/Vertex.html @@ -0,0 +1,786 @@ + + + + + +Vertex + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph
+

Class Vertex<V>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/class-use/Edge.html b/doc/berack96/lib/graph/class-use/Edge.html new file mode 100644 index 0000000..e02f339 --- /dev/null +++ b/doc/berack96/lib/graph/class-use/Edge.html @@ -0,0 +1,517 @@ + + + + + +Uses of Class berack96.lib.graph.Edge + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.Edge

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/class-use/Graph.html b/doc/berack96/lib/graph/class-use/Graph.html new file mode 100644 index 0000000..d8ec6a1 --- /dev/null +++ b/doc/berack96/lib/graph/class-use/Graph.html @@ -0,0 +1,479 @@ + + + + + +Uses of Interface berack96.lib.graph.Graph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
berack96.lib.graph.Graph

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/class-use/Vertex.html b/doc/berack96/lib/graph/class-use/Vertex.html new file mode 100644 index 0000000..ca3a1d1 --- /dev/null +++ b/doc/berack96/lib/graph/class-use/Vertex.html @@ -0,0 +1,293 @@ + + + + + +Uses of Class berack96.lib.graph.Vertex + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.Vertex

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/AdjGraph.html b/doc/berack96/lib/graph/impl/AdjGraph.html new file mode 100644 index 0000000..5bc8959 --- /dev/null +++ b/doc/berack96/lib/graph/impl/AdjGraph.html @@ -0,0 +1,1922 @@ + + + + + +AdjGraph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.impl
+

Class AdjGraph<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/MapGraph.html b/doc/berack96/lib/graph/impl/MapGraph.html new file mode 100644 index 0000000..fa71f11 --- /dev/null +++ b/doc/berack96/lib/graph/impl/MapGraph.html @@ -0,0 +1,1931 @@ + + + + + +MapGraph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.impl
+

Class MapGraph<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/MatrixGraph.html b/doc/berack96/lib/graph/impl/MatrixGraph.html new file mode 100644 index 0000000..4e3fe66 --- /dev/null +++ b/doc/berack96/lib/graph/impl/MatrixGraph.html @@ -0,0 +1,1922 @@ + + + + + +MatrixGraph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.impl
+

Class MatrixGraph<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/class-use/AdjGraph.html b/doc/berack96/lib/graph/impl/class-use/AdjGraph.html new file mode 100644 index 0000000..fb452be --- /dev/null +++ b/doc/berack96/lib/graph/impl/class-use/AdjGraph.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.impl.AdjGraph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.impl.AdjGraph

+
+
No usage of berack96.lib.graph.impl.AdjGraph
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/class-use/MapGraph.html b/doc/berack96/lib/graph/impl/class-use/MapGraph.html new file mode 100644 index 0000000..2614aaa --- /dev/null +++ b/doc/berack96/lib/graph/impl/class-use/MapGraph.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.impl.MapGraph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.impl.MapGraph

+
+
No usage of berack96.lib.graph.impl.MapGraph
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/class-use/MatrixGraph.html b/doc/berack96/lib/graph/impl/class-use/MatrixGraph.html new file mode 100644 index 0000000..4ad658d --- /dev/null +++ b/doc/berack96/lib/graph/impl/class-use/MatrixGraph.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.impl.MatrixGraph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.impl.MatrixGraph

+
+
No usage of berack96.lib.graph.impl.MatrixGraph
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/package-frame.html b/doc/berack96/lib/graph/impl/package-frame.html new file mode 100644 index 0000000..4d86a6d --- /dev/null +++ b/doc/berack96/lib/graph/impl/package-frame.html @@ -0,0 +1,22 @@ + + + + + +berack96.lib.graph.impl + + + + + +

berack96.lib.graph.impl

+
+

Classes

+ +
+ + diff --git a/doc/berack96/lib/graph/impl/package-summary.html b/doc/berack96/lib/graph/impl/package-summary.html new file mode 100644 index 0000000..af3c99d --- /dev/null +++ b/doc/berack96/lib/graph/impl/package-summary.html @@ -0,0 +1,156 @@ + + + + + +berack96.lib.graph.impl + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph.impl

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/package-tree.html b/doc/berack96/lib/graph/impl/package-tree.html new file mode 100644 index 0000000..88f510a --- /dev/null +++ b/doc/berack96/lib/graph/impl/package-tree.html @@ -0,0 +1,139 @@ + + + + + +berack96.lib.graph.impl Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph.impl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/impl/package-use.html b/doc/berack96/lib/graph/impl/package-use.html new file mode 100644 index 0000000..1fa8869 --- /dev/null +++ b/doc/berack96/lib/graph/impl/package-use.html @@ -0,0 +1,124 @@ + + + + + +Uses of Package berack96.lib.graph.impl + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph.impl

+
+
No usage of berack96.lib.graph.impl
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/EdgeSaveStructure.html b/doc/berack96/lib/graph/models/EdgeSaveStructure.html new file mode 100644 index 0000000..233f5ce --- /dev/null +++ b/doc/berack96/lib/graph/models/EdgeSaveStructure.html @@ -0,0 +1,323 @@ + + + + + +EdgeSaveStructure + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.models
+

Class EdgeSaveStructure

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/GraphSaveStructure.html b/doc/berack96/lib/graph/models/GraphSaveStructure.html new file mode 100644 index 0000000..59e7533 --- /dev/null +++ b/doc/berack96/lib/graph/models/GraphSaveStructure.html @@ -0,0 +1,318 @@ + + + + + +GraphSaveStructure + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.models
+

Class GraphSaveStructure

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/MarkSaveStructure.html b/doc/berack96/lib/graph/models/MarkSaveStructure.html new file mode 100644 index 0000000..5990bbe --- /dev/null +++ b/doc/berack96/lib/graph/models/MarkSaveStructure.html @@ -0,0 +1,308 @@ + + + + + +MarkSaveStructure + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.models
+

Class MarkSaveStructure

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/class-use/EdgeSaveStructure.html b/doc/berack96/lib/graph/models/class-use/EdgeSaveStructure.html new file mode 100644 index 0000000..0814c68 --- /dev/null +++ b/doc/berack96/lib/graph/models/class-use/EdgeSaveStructure.html @@ -0,0 +1,164 @@ + + + + + +Uses of Class berack96.lib.graph.models.EdgeSaveStructure + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.models.EdgeSaveStructure

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/class-use/GraphSaveStructure.html b/doc/berack96/lib/graph/models/class-use/GraphSaveStructure.html new file mode 100644 index 0000000..8c48938 --- /dev/null +++ b/doc/berack96/lib/graph/models/class-use/GraphSaveStructure.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.models.GraphSaveStructure + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.models.GraphSaveStructure

+
+
No usage of berack96.lib.graph.models.GraphSaveStructure
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/class-use/MarkSaveStructure.html b/doc/berack96/lib/graph/models/class-use/MarkSaveStructure.html new file mode 100644 index 0000000..71b92e0 --- /dev/null +++ b/doc/berack96/lib/graph/models/class-use/MarkSaveStructure.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.models.MarkSaveStructure + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.models.MarkSaveStructure

+
+
No usage of berack96.lib.graph.models.MarkSaveStructure
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/package-frame.html b/doc/berack96/lib/graph/models/package-frame.html new file mode 100644 index 0000000..57a2c47 --- /dev/null +++ b/doc/berack96/lib/graph/models/package-frame.html @@ -0,0 +1,22 @@ + + + + + +berack96.lib.graph.models + + + + + +

berack96.lib.graph.models

+
+

Classes

+ +
+ + diff --git a/doc/berack96/lib/graph/models/package-summary.html b/doc/berack96/lib/graph/models/package-summary.html new file mode 100644 index 0000000..6a02bd0 --- /dev/null +++ b/doc/berack96/lib/graph/models/package-summary.html @@ -0,0 +1,156 @@ + + + + + +berack96.lib.graph.models + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph.models

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/package-tree.html b/doc/berack96/lib/graph/models/package-tree.html new file mode 100644 index 0000000..fa70226 --- /dev/null +++ b/doc/berack96/lib/graph/models/package-tree.html @@ -0,0 +1,139 @@ + + + + + +berack96.lib.graph.models Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph.models

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/models/package-use.html b/doc/berack96/lib/graph/models/package-use.html new file mode 100644 index 0000000..a99edaf --- /dev/null +++ b/doc/berack96/lib/graph/models/package-use.html @@ -0,0 +1,159 @@ + + + + + +Uses of Package berack96.lib.graph.models + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph.models

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/package-frame.html b/doc/berack96/lib/graph/package-frame.html new file mode 100644 index 0000000..5a10f31 --- /dev/null +++ b/doc/berack96/lib/graph/package-frame.html @@ -0,0 +1,25 @@ + + + + + +berack96.lib.graph + + + + + +

berack96.lib.graph

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/doc/berack96/lib/graph/package-summary.html b/doc/berack96/lib/graph/package-summary.html new file mode 100644 index 0000000..f6aa311 --- /dev/null +++ b/doc/berack96/lib/graph/package-summary.html @@ -0,0 +1,171 @@ + + + + + +berack96.lib.graph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/package-tree.html b/doc/berack96/lib/graph/package-tree.html new file mode 100644 index 0000000..d84fbe0 --- /dev/null +++ b/doc/berack96/lib/graph/package-tree.html @@ -0,0 +1,146 @@ + + + + + +berack96.lib.graph Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/package-use.html b/doc/berack96/lib/graph/package-use.html new file mode 100644 index 0000000..23f267a --- /dev/null +++ b/doc/berack96/lib/graph/package-use.html @@ -0,0 +1,373 @@ + + + + + +Uses of Package berack96.lib.graph + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/GraphInfo.html b/doc/berack96/lib/graph/view/GraphInfo.html new file mode 100644 index 0000000..f09fbef --- /dev/null +++ b/doc/berack96/lib/graph/view/GraphInfo.html @@ -0,0 +1,364 @@ + + + + + +GraphInfo + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view
+

Class GraphInfo<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/GraphListener.html b/doc/berack96/lib/graph/view/GraphListener.html new file mode 100644 index 0000000..948fc61 --- /dev/null +++ b/doc/berack96/lib/graph/view/GraphListener.html @@ -0,0 +1,281 @@ + + + + + +GraphListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view
+

Interface GraphListener

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/GraphPanel.html b/doc/berack96/lib/graph/view/GraphPanel.html new file mode 100644 index 0000000..3e443e9 --- /dev/null +++ b/doc/berack96/lib/graph/view/GraphPanel.html @@ -0,0 +1,586 @@ + + + + + +GraphPanel + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view
+

Class GraphPanel<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/GraphWindow.html b/doc/berack96/lib/graph/view/GraphWindow.html new file mode 100644 index 0000000..a56cf6e --- /dev/null +++ b/doc/berack96/lib/graph/view/GraphWindow.html @@ -0,0 +1,452 @@ + + + + + +GraphWindow + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view
+

Class GraphWindow<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/GraphicalView.html b/doc/berack96/lib/graph/view/GraphicalView.html new file mode 100644 index 0000000..dd33e16 --- /dev/null +++ b/doc/berack96/lib/graph/view/GraphicalView.html @@ -0,0 +1,276 @@ + + + + + +GraphicalView + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view
+

Interface GraphicalView<O>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/Main.html b/doc/berack96/lib/graph/view/Main.html new file mode 100644 index 0000000..3d512e6 --- /dev/null +++ b/doc/berack96/lib/graph/view/Main.html @@ -0,0 +1,271 @@ + + + + + +Main + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view
+

Class Main

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/VisitListener.html b/doc/berack96/lib/graph/view/VisitListener.html new file mode 100644 index 0000000..6fa9a11 --- /dev/null +++ b/doc/berack96/lib/graph/view/VisitListener.html @@ -0,0 +1,494 @@ + + + + + +VisitListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view
+

Class VisitListener<V>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/class-use/GraphInfo.html b/doc/berack96/lib/graph/view/class-use/GraphInfo.html new file mode 100644 index 0000000..0447b6d --- /dev/null +++ b/doc/berack96/lib/graph/view/class-use/GraphInfo.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.GraphInfo + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.GraphInfo

+
+
No usage of berack96.lib.graph.view.GraphInfo
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/class-use/GraphListener.html b/doc/berack96/lib/graph/view/class-use/GraphListener.html new file mode 100644 index 0000000..1a1eb4b --- /dev/null +++ b/doc/berack96/lib/graph/view/class-use/GraphListener.html @@ -0,0 +1,229 @@ + + + + + +Uses of Interface berack96.lib.graph.view.GraphListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
berack96.lib.graph.view.GraphListener

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/class-use/GraphPanel.html b/doc/berack96/lib/graph/view/class-use/GraphPanel.html new file mode 100644 index 0000000..a2c05ea --- /dev/null +++ b/doc/berack96/lib/graph/view/class-use/GraphPanel.html @@ -0,0 +1,246 @@ + + + + + +Uses of Class berack96.lib.graph.view.GraphPanel + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.GraphPanel

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/class-use/GraphWindow.html b/doc/berack96/lib/graph/view/class-use/GraphWindow.html new file mode 100644 index 0000000..eae9e4d --- /dev/null +++ b/doc/berack96/lib/graph/view/class-use/GraphWindow.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.GraphWindow + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.GraphWindow

+
+
No usage of berack96.lib.graph.view.GraphWindow
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/class-use/GraphicalView.html b/doc/berack96/lib/graph/view/class-use/GraphicalView.html new file mode 100644 index 0000000..f5c97e5 --- /dev/null +++ b/doc/berack96/lib/graph/view/class-use/GraphicalView.html @@ -0,0 +1,215 @@ + + + + + +Uses of Interface berack96.lib.graph.view.GraphicalView + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
berack96.lib.graph.view.GraphicalView

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/class-use/Main.html b/doc/berack96/lib/graph/view/class-use/Main.html new file mode 100644 index 0000000..09aa29b --- /dev/null +++ b/doc/berack96/lib/graph/view/class-use/Main.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.Main + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.Main

+
+
No usage of berack96.lib.graph.view.Main
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/class-use/VisitListener.html b/doc/berack96/lib/graph/view/class-use/VisitListener.html new file mode 100644 index 0000000..ba37265 --- /dev/null +++ b/doc/berack96/lib/graph/view/class-use/VisitListener.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.VisitListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.VisitListener

+
+
No usage of berack96.lib.graph.view.VisitListener
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/EdgeComponent.html b/doc/berack96/lib/graph/view/edge/EdgeComponent.html new file mode 100644 index 0000000..67211ed --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/EdgeComponent.html @@ -0,0 +1,367 @@ + + + + + +EdgeComponent + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.edge
+

Class EdgeComponent<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/EdgeIntListener.html b/doc/berack96/lib/graph/view/edge/EdgeIntListener.html new file mode 100644 index 0000000..3c18d56 --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/EdgeIntListener.html @@ -0,0 +1,329 @@ + + + + + +EdgeIntListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.edge
+

Class EdgeIntListener<V>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/EdgeListener.html b/doc/berack96/lib/graph/view/edge/EdgeListener.html new file mode 100644 index 0000000..aa3dd7d --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/EdgeListener.html @@ -0,0 +1,495 @@ + + + + + +EdgeListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.edge
+

Class EdgeListener<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/EdgeView.html b/doc/berack96/lib/graph/view/edge/EdgeView.html new file mode 100644 index 0000000..301bc75 --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/EdgeView.html @@ -0,0 +1,320 @@ + + + + + +EdgeView + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.edge
+

Class EdgeView<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/class-use/EdgeComponent.html b/doc/berack96/lib/graph/view/edge/class-use/EdgeComponent.html new file mode 100644 index 0000000..afdc4af --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/class-use/EdgeComponent.html @@ -0,0 +1,207 @@ + + + + + +Uses of Class berack96.lib.graph.view.edge.EdgeComponent + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.edge.EdgeComponent

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/class-use/EdgeIntListener.html b/doc/berack96/lib/graph/view/edge/class-use/EdgeIntListener.html new file mode 100644 index 0000000..4e2cb42 --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/class-use/EdgeIntListener.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.edge.EdgeIntListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.edge.EdgeIntListener

+
+
No usage of berack96.lib.graph.view.edge.EdgeIntListener
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/class-use/EdgeListener.html b/doc/berack96/lib/graph/view/edge/class-use/EdgeListener.html new file mode 100644 index 0000000..7886be9 --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/class-use/EdgeListener.html @@ -0,0 +1,192 @@ + + + + + +Uses of Class berack96.lib.graph.view.edge.EdgeListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.edge.EdgeListener

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/class-use/EdgeView.html b/doc/berack96/lib/graph/view/edge/class-use/EdgeView.html new file mode 100644 index 0000000..5d2e9ed --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/class-use/EdgeView.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.edge.EdgeView + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.edge.EdgeView

+
+
No usage of berack96.lib.graph.view.edge.EdgeView
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/package-frame.html b/doc/berack96/lib/graph/view/edge/package-frame.html new file mode 100644 index 0000000..232b848 --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/package-frame.html @@ -0,0 +1,23 @@ + + + + + +berack96.lib.graph.view.edge + + + + + +

berack96.lib.graph.view.edge

+
+

Classes

+ +
+ + diff --git a/doc/berack96/lib/graph/view/edge/package-summary.html b/doc/berack96/lib/graph/view/edge/package-summary.html new file mode 100644 index 0000000..45379f6 --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/package-summary.html @@ -0,0 +1,154 @@ + + + + + +berack96.lib.graph.view.edge + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph.view.edge

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/package-tree.html b/doc/berack96/lib/graph/view/edge/package-tree.html new file mode 100644 index 0000000..8573343 --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/package-tree.html @@ -0,0 +1,147 @@ + + + + + +berack96.lib.graph.view.edge Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph.view.edge

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/edge/package-use.html b/doc/berack96/lib/graph/view/edge/package-use.html new file mode 100644 index 0000000..8d41ae5 --- /dev/null +++ b/doc/berack96/lib/graph/view/edge/package-use.html @@ -0,0 +1,182 @@ + + + + + +Uses of Package berack96.lib.graph.view.edge + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph.view.edge

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/package-frame.html b/doc/berack96/lib/graph/view/package-frame.html new file mode 100644 index 0000000..1b21f02 --- /dev/null +++ b/doc/berack96/lib/graph/view/package-frame.html @@ -0,0 +1,29 @@ + + + + + +berack96.lib.graph.view + + + + + +

berack96.lib.graph.view

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/doc/berack96/lib/graph/view/package-summary.html b/doc/berack96/lib/graph/view/package-summary.html new file mode 100644 index 0000000..e3c63bf --- /dev/null +++ b/doc/berack96/lib/graph/view/package-summary.html @@ -0,0 +1,183 @@ + + + + + +berack96.lib.graph.view + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph.view

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/package-tree.html b/doc/berack96/lib/graph/view/package-tree.html new file mode 100644 index 0000000..34aa805 --- /dev/null +++ b/doc/berack96/lib/graph/view/package-tree.html @@ -0,0 +1,192 @@ + + + + + +berack96.lib.graph.view Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph.view

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/package-use.html b/doc/berack96/lib/graph/view/package-use.html new file mode 100644 index 0000000..4b342f7 --- /dev/null +++ b/doc/berack96/lib/graph/view/package-use.html @@ -0,0 +1,225 @@ + + + + + +Uses of Package berack96.lib.graph.view + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph.view

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/stuff/Arrow.html b/doc/berack96/lib/graph/view/stuff/Arrow.html new file mode 100644 index 0000000..3a2d1ac --- /dev/null +++ b/doc/berack96/lib/graph/view/stuff/Arrow.html @@ -0,0 +1,291 @@ + + + + + +Arrow + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.stuff
+

Class Arrow

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/stuff/class-use/Arrow.html b/doc/berack96/lib/graph/view/stuff/class-use/Arrow.html new file mode 100644 index 0000000..0672b6b --- /dev/null +++ b/doc/berack96/lib/graph/view/stuff/class-use/Arrow.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.stuff.Arrow + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.stuff.Arrow

+
+
No usage of berack96.lib.graph.view.stuff.Arrow
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/stuff/package-frame.html b/doc/berack96/lib/graph/view/stuff/package-frame.html new file mode 100644 index 0000000..2036158 --- /dev/null +++ b/doc/berack96/lib/graph/view/stuff/package-frame.html @@ -0,0 +1,20 @@ + + + + + +berack96.lib.graph.view.stuff + + + + + +

berack96.lib.graph.view.stuff

+
+

Classes

+ +
+ + diff --git a/doc/berack96/lib/graph/view/stuff/package-summary.html b/doc/berack96/lib/graph/view/stuff/package-summary.html new file mode 100644 index 0000000..81b6c0e --- /dev/null +++ b/doc/berack96/lib/graph/view/stuff/package-summary.html @@ -0,0 +1,144 @@ + + + + + +berack96.lib.graph.view.stuff + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph.view.stuff

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/stuff/package-tree.html b/doc/berack96/lib/graph/view/stuff/package-tree.html new file mode 100644 index 0000000..a3928fd --- /dev/null +++ b/doc/berack96/lib/graph/view/stuff/package-tree.html @@ -0,0 +1,141 @@ + + + + + +berack96.lib.graph.view.stuff Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph.view.stuff

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/stuff/package-use.html b/doc/berack96/lib/graph/view/stuff/package-use.html new file mode 100644 index 0000000..6ec2ad0 --- /dev/null +++ b/doc/berack96/lib/graph/view/stuff/package-use.html @@ -0,0 +1,124 @@ + + + + + +Uses of Package berack96.lib.graph.view.stuff + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph.view.stuff

+
+
No usage of berack96.lib.graph.view.stuff
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/VertexComponent.html b/doc/berack96/lib/graph/view/vertex/VertexComponent.html new file mode 100644 index 0000000..1f5f604 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/VertexComponent.html @@ -0,0 +1,377 @@ + + + + + +VertexComponent + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.vertex
+

Class VertexComponent<V>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/VertexIntListener.html b/doc/berack96/lib/graph/view/vertex/VertexIntListener.html new file mode 100644 index 0000000..217bd70 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/VertexIntListener.html @@ -0,0 +1,325 @@ + + + + + +VertexIntListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.vertex
+

Class VertexIntListener

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/VertexListener.html b/doc/berack96/lib/graph/view/vertex/VertexListener.html new file mode 100644 index 0000000..06b32e3 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/VertexListener.html @@ -0,0 +1,516 @@ + + + + + +VertexListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.vertex
+

Class VertexListener<V>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/VertexView.html b/doc/berack96/lib/graph/view/vertex/VertexView.html new file mode 100644 index 0000000..9d5c237 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/VertexView.html @@ -0,0 +1,320 @@ + + + + + +VertexView + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.view.vertex
+

Class VertexView<V>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/class-use/VertexComponent.html b/doc/berack96/lib/graph/view/vertex/class-use/VertexComponent.html new file mode 100644 index 0000000..2c54bf9 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/class-use/VertexComponent.html @@ -0,0 +1,299 @@ + + + + + +Uses of Class berack96.lib.graph.view.vertex.VertexComponent + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.vertex.VertexComponent

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/class-use/VertexIntListener.html b/doc/berack96/lib/graph/view/vertex/class-use/VertexIntListener.html new file mode 100644 index 0000000..8777792 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/class-use/VertexIntListener.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.vertex.VertexIntListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.vertex.VertexIntListener

+
+
No usage of berack96.lib.graph.view.vertex.VertexIntListener
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/class-use/VertexListener.html b/doc/berack96/lib/graph/view/vertex/class-use/VertexListener.html new file mode 100644 index 0000000..6e425b3 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/class-use/VertexListener.html @@ -0,0 +1,192 @@ + + + + + +Uses of Class berack96.lib.graph.view.vertex.VertexListener + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.vertex.VertexListener

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/class-use/VertexView.html b/doc/berack96/lib/graph/view/vertex/class-use/VertexView.html new file mode 100644 index 0000000..bd956f0 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/class-use/VertexView.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.view.vertex.VertexView + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.view.vertex.VertexView

+
+
No usage of berack96.lib.graph.view.vertex.VertexView
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/package-frame.html b/doc/berack96/lib/graph/view/vertex/package-frame.html new file mode 100644 index 0000000..9b32129 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/package-frame.html @@ -0,0 +1,23 @@ + + + + + +berack96.lib.graph.view.vertex + + + + + +

berack96.lib.graph.view.vertex

+
+

Classes

+ +
+ + diff --git a/doc/berack96/lib/graph/view/vertex/package-summary.html b/doc/berack96/lib/graph/view/vertex/package-summary.html new file mode 100644 index 0000000..8432a51 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/package-summary.html @@ -0,0 +1,154 @@ + + + + + +berack96.lib.graph.view.vertex + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph.view.vertex

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/package-tree.html b/doc/berack96/lib/graph/view/vertex/package-tree.html new file mode 100644 index 0000000..3af09f9 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/package-tree.html @@ -0,0 +1,147 @@ + + + + + +berack96.lib.graph.view.vertex Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph.view.vertex

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/view/vertex/package-use.html b/doc/berack96/lib/graph/view/vertex/package-use.html new file mode 100644 index 0000000..e63e289 --- /dev/null +++ b/doc/berack96/lib/graph/view/vertex/package-use.html @@ -0,0 +1,201 @@ + + + + + +Uses of Package berack96.lib.graph.view.vertex + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph.view.vertex

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/VisitDistSourceDest.html b/doc/berack96/lib/graph/visit/VisitDistSourceDest.html new file mode 100644 index 0000000..496a12f --- /dev/null +++ b/doc/berack96/lib/graph/visit/VisitDistSourceDest.html @@ -0,0 +1,267 @@ + + + + + +VisitDistSourceDest + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit
+

Interface VisitDistSourceDest<V,W extends java.lang.Number>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/VisitDistance.html b/doc/berack96/lib/graph/visit/VisitDistance.html new file mode 100644 index 0000000..e35f4ff --- /dev/null +++ b/doc/berack96/lib/graph/visit/VisitDistance.html @@ -0,0 +1,285 @@ + + + + + +VisitDistance + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit
+

Interface VisitDistance<V,W extends java.lang.Number>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/VisitSCC.html b/doc/berack96/lib/graph/visit/VisitSCC.html new file mode 100644 index 0000000..22010fc --- /dev/null +++ b/doc/berack96/lib/graph/visit/VisitSCC.html @@ -0,0 +1,256 @@ + + + + + +VisitSCC + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit
+

Interface VisitSCC<V,W extends java.lang.Number>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/VisitStrategy.html b/doc/berack96/lib/graph/visit/VisitStrategy.html new file mode 100644 index 0000000..d759f8f --- /dev/null +++ b/doc/berack96/lib/graph/visit/VisitStrategy.html @@ -0,0 +1,267 @@ + + + + + +VisitStrategy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit
+

Interface VisitStrategy<V,W extends java.lang.Number>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/VisitTopological.html b/doc/berack96/lib/graph/visit/VisitTopological.html new file mode 100644 index 0000000..ed7d80d --- /dev/null +++ b/doc/berack96/lib/graph/visit/VisitTopological.html @@ -0,0 +1,258 @@ + + + + + +VisitTopological + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit
+

Interface VisitTopological<V,W extends java.lang.Number>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/class-use/VisitDistSourceDest.html b/doc/berack96/lib/graph/visit/class-use/VisitDistSourceDest.html new file mode 100644 index 0000000..01d03fa --- /dev/null +++ b/doc/berack96/lib/graph/visit/class-use/VisitDistSourceDest.html @@ -0,0 +1,124 @@ + + + + + +Uses of Interface berack96.lib.graph.visit.VisitDistSourceDest + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
berack96.lib.graph.visit.VisitDistSourceDest

+
+
No usage of berack96.lib.graph.visit.VisitDistSourceDest
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/class-use/VisitDistance.html b/doc/berack96/lib/graph/visit/class-use/VisitDistance.html new file mode 100644 index 0000000..63b1b82 --- /dev/null +++ b/doc/berack96/lib/graph/visit/class-use/VisitDistance.html @@ -0,0 +1,166 @@ + + + + + +Uses of Interface berack96.lib.graph.visit.VisitDistance + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
berack96.lib.graph.visit.VisitDistance

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/class-use/VisitSCC.html b/doc/berack96/lib/graph/visit/class-use/VisitSCC.html new file mode 100644 index 0000000..07db92c --- /dev/null +++ b/doc/berack96/lib/graph/visit/class-use/VisitSCC.html @@ -0,0 +1,166 @@ + + + + + +Uses of Interface berack96.lib.graph.visit.VisitSCC + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
berack96.lib.graph.visit.VisitSCC

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/class-use/VisitStrategy.html b/doc/berack96/lib/graph/visit/class-use/VisitStrategy.html new file mode 100644 index 0000000..ceacc82 --- /dev/null +++ b/doc/berack96/lib/graph/visit/class-use/VisitStrategy.html @@ -0,0 +1,334 @@ + + + + + +Uses of Interface berack96.lib.graph.visit.VisitStrategy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
berack96.lib.graph.visit.VisitStrategy

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/class-use/VisitTopological.html b/doc/berack96/lib/graph/visit/class-use/VisitTopological.html new file mode 100644 index 0000000..ca1f244 --- /dev/null +++ b/doc/berack96/lib/graph/visit/class-use/VisitTopological.html @@ -0,0 +1,166 @@ + + + + + +Uses of Interface berack96.lib.graph.visit.VisitTopological + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
berack96.lib.graph.visit.VisitTopological

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/BFS.html b/doc/berack96/lib/graph/visit/impl/BFS.html new file mode 100644 index 0000000..32f4922 --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/BFS.html @@ -0,0 +1,316 @@ + + + + + +BFS + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit.impl
+

Class BFS<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/DFS.html b/doc/berack96/lib/graph/visit/impl/DFS.html new file mode 100644 index 0000000..d43516d --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/DFS.html @@ -0,0 +1,316 @@ + + + + + +DFS + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit.impl
+

Class DFS<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/Dijkstra.html b/doc/berack96/lib/graph/visit/impl/Dijkstra.html new file mode 100644 index 0000000..e028c47 --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/Dijkstra.html @@ -0,0 +1,369 @@ + + + + + +Dijkstra + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit.impl
+

Class Dijkstra<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/Tarjan.html b/doc/berack96/lib/graph/visit/impl/Tarjan.html new file mode 100644 index 0000000..e2495ee --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/Tarjan.html @@ -0,0 +1,358 @@ + + + + + +Tarjan + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit.impl
+

Class Tarjan<V,W extends java.lang.Number>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html b/doc/berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html new file mode 100644 index 0000000..11b3c2b --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/VisitInfo.VertexInfo.html @@ -0,0 +1,343 @@ + + + + + +VisitInfo.VertexInfo + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit.impl
+

Class VisitInfo.VertexInfo

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/VisitInfo.html b/doc/berack96/lib/graph/visit/impl/VisitInfo.html new file mode 100644 index 0000000..b7113e1 --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/VisitInfo.html @@ -0,0 +1,575 @@ + + + + + +VisitInfo + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
berack96.lib.graph.visit.impl
+

Class VisitInfo<V>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/class-use/BFS.html b/doc/berack96/lib/graph/visit/impl/class-use/BFS.html new file mode 100644 index 0000000..76ef3d9 --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/class-use/BFS.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.visit.impl.BFS + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.visit.impl.BFS

+
+
No usage of berack96.lib.graph.visit.impl.BFS
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/class-use/DFS.html b/doc/berack96/lib/graph/visit/impl/class-use/DFS.html new file mode 100644 index 0000000..85bcf0f --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/class-use/DFS.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.visit.impl.DFS + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.visit.impl.DFS

+
+
No usage of berack96.lib.graph.visit.impl.DFS
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/class-use/Dijkstra.html b/doc/berack96/lib/graph/visit/impl/class-use/Dijkstra.html new file mode 100644 index 0000000..6fdb1c4 --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/class-use/Dijkstra.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.visit.impl.Dijkstra + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.visit.impl.Dijkstra

+
+
No usage of berack96.lib.graph.visit.impl.Dijkstra
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/class-use/Tarjan.html b/doc/berack96/lib/graph/visit/impl/class-use/Tarjan.html new file mode 100644 index 0000000..eab819f --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/class-use/Tarjan.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class berack96.lib.graph.visit.impl.Tarjan + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.visit.impl.Tarjan

+
+
No usage of berack96.lib.graph.visit.impl.Tarjan
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/class-use/VisitInfo.VertexInfo.html b/doc/berack96/lib/graph/visit/impl/class-use/VisitInfo.VertexInfo.html new file mode 100644 index 0000000..ad8b6ea --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/class-use/VisitInfo.VertexInfo.html @@ -0,0 +1,194 @@ + + + + + +Uses of Class berack96.lib.graph.visit.impl.VisitInfo.VertexInfo + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.visit.impl.VisitInfo.VertexInfo

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/class-use/VisitInfo.html b/doc/berack96/lib/graph/visit/impl/class-use/VisitInfo.html new file mode 100644 index 0000000..e5fb7f4 --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/class-use/VisitInfo.html @@ -0,0 +1,285 @@ + + + + + +Uses of Class berack96.lib.graph.visit.impl.VisitInfo + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
berack96.lib.graph.visit.impl.VisitInfo

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/package-frame.html b/doc/berack96/lib/graph/visit/impl/package-frame.html new file mode 100644 index 0000000..0ee98e6 --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/package-frame.html @@ -0,0 +1,24 @@ + + + + + +berack96.lib.graph.visit.impl + + + + + +

berack96.lib.graph.visit.impl

+
+

Classes

+ +
+ + diff --git a/doc/berack96/lib/graph/visit/impl/package-summary.html b/doc/berack96/lib/graph/visit/impl/package-summary.html new file mode 100644 index 0000000..f74d3ff --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/package-summary.html @@ -0,0 +1,171 @@ + + + + + +berack96.lib.graph.visit.impl + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph.visit.impl

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/package-tree.html b/doc/berack96/lib/graph/visit/impl/package-tree.html new file mode 100644 index 0000000..2f21087 --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/package-tree.html @@ -0,0 +1,142 @@ + + + + + +berack96.lib.graph.visit.impl Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph.visit.impl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/impl/package-use.html b/doc/berack96/lib/graph/visit/impl/package-use.html new file mode 100644 index 0000000..198eb1f --- /dev/null +++ b/doc/berack96/lib/graph/visit/impl/package-use.html @@ -0,0 +1,231 @@ + + + + + +Uses of Package berack96.lib.graph.visit.impl + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph.visit.impl

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/package-frame.html b/doc/berack96/lib/graph/visit/package-frame.html new file mode 100644 index 0000000..793ff00 --- /dev/null +++ b/doc/berack96/lib/graph/visit/package-frame.html @@ -0,0 +1,24 @@ + + + + + +berack96.lib.graph.visit + + + + + +

berack96.lib.graph.visit

+
+

Interfaces

+ +
+ + diff --git a/doc/berack96/lib/graph/visit/package-summary.html b/doc/berack96/lib/graph/visit/package-summary.html new file mode 100644 index 0000000..4dcca50 --- /dev/null +++ b/doc/berack96/lib/graph/visit/package-summary.html @@ -0,0 +1,168 @@ + + + + + +berack96.lib.graph.visit + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package berack96.lib.graph.visit

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/package-tree.html b/doc/berack96/lib/graph/visit/package-tree.html new file mode 100644 index 0000000..3d1e729 --- /dev/null +++ b/doc/berack96/lib/graph/visit/package-tree.html @@ -0,0 +1,140 @@ + + + + + +berack96.lib.graph.visit Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package berack96.lib.graph.visit

+Package Hierarchies: + +
+
+

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/berack96/lib/graph/visit/package-use.html b/doc/berack96/lib/graph/visit/package-use.html new file mode 100644 index 0000000..9334d4e --- /dev/null +++ b/doc/berack96/lib/graph/visit/package-use.html @@ -0,0 +1,258 @@ + + + + + +Uses of Package berack96.lib.graph.visit + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
berack96.lib.graph.visit

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/constant-values.html b/doc/constant-values.html new file mode 100644 index 0000000..9625794 --- /dev/null +++ b/doc/constant-values.html @@ -0,0 +1,193 @@ + + + + + +Constant Field Values + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

berack96.lib.*

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html new file mode 100644 index 0000000..88d9999 --- /dev/null +++ b/doc/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + +Deprecated List + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/help-doc.html b/doc/help-doc.html new file mode 100644 index 0000000..7dbcba0 --- /dev/null +++ b/doc/help-doc.html @@ -0,0 +1,229 @@ + + + + + +API Help + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html new file mode 100644 index 0000000..fa96b5b --- /dev/null +++ b/doc/index-files/index-1.html @@ -0,0 +1,256 @@ + + + + + +A-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

A

+
+
addAllEdges(Collection<Edge<V, W>>) - Method in interface berack96.lib.graph.Graph
+
+
Add all the edges of the collection to the graph.
+ If one of the two, or both vertices aren't contained in the graph, then the vertices will be added.
+ Any null edges will be ignored.
+ This method will overwrite any existing edge between the two vertex.
+
+
addAllEdges(Collection<Edge<V, W>>) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
addAllEdges(Collection<Edge<V, W>>) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
addAllEdges(Collection<Edge<V, W>>) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
addAllVertices(Collection<V>) - Method in interface berack96.lib.graph.Graph
+
+
Add all the vertices contained in the collection to the graph.
+ If a vertex is contained in the collection and in the graph is ignored and it will not be replaced.
+ Null vertices will be ignored and they will not be added to the graph.
+
+
addAllVertices(Collection<V>) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
addAllVertices(Collection<V>) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
addAllVertices(Collection<V>) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
addChild(V, Number) - Method in class berack96.lib.graph.Vertex
+
+
Add a child to this vertex.
+ The added child must be in the graph or it will return an exception.
+
+
addEdge(V, V, W) - Method in interface berack96.lib.graph.Graph
+
+
Add an edge between the two vertex.
+ The edge will be created from the vertex V1 and the vertex V2
+ This method will overwrite any existing edge between the two vertex.
+ If there was a previous edge then it is returned
+
+
addEdge(Edge<V, W>) - Method in interface berack96.lib.graph.Graph
+
+
Add an edge between the two vertex.
+ The edge will be created from the vertex source of the edge and the vertex destination of it
+ This method will overwrite any existing edge between the two vertex.
+ If there was a previous edge then it is returned
+
+
addEdge(V, V, W) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
addEdge(Edge<V, W>) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
addEdge(V, V, W) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
addEdge(Edge<V, W>) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
addEdge(V, V, W) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
addEdge(Edge<V, W>) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
addEdge(Edge<V, W>) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
addEdge(VertexComponent<V>, VertexComponent<V>, W) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
addEdgeAndVertices(V, V, W) - Method in interface berack96.lib.graph.Graph
+
+
This particular function add an edge to the graph.
+ If one of the two, or both vertices aren't contained in the graph, then the vertices will be added.
+ The edge will be created from the vertex V1 and the vertex V2
+ This method will overwrite any existing edge between the two vertex.
+ If there was a previous edge then it is returned
+
+
addEdgeAndVertices(Edge<V, W>) - Method in interface berack96.lib.graph.Graph
+
+
This particular function add an edge to the graph.
+ If one of the two, or both vertices of the edge aren't contained in the graph, then the vertices will be added.
+ The edge will be created from the vertex source of the edge and the vertex destination of it
+ This method will overwrite any existing edge between the two vertex.
+ If there was a previous edge then it is returned
+
+
addEdgeAndVertices(V, V, W) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
addEdgeAndVertices(Edge<V, W>) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
addEdgeAndVertices(V, V, W) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
addEdgeAndVertices(Edge<V, W>) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
addEdgeAndVertices(V, V, W) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
addEdgeAndVertices(Edge<V, W>) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
addIfAbsent() - Method in class berack96.lib.graph.Vertex
+
+
Add the vertex to the graph only if it's not already in the graph.
+
+
addObserver(Observer) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
addVertex(V) - Method in interface berack96.lib.graph.Graph
+
+
Add the vertex to the graph.
+
+
addVertex(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
addVertex(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
addVertex(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
addVertex(Point, V) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
addVertexIfAbsent(V) - Method in interface berack96.lib.graph.Graph
+
+
Add the specified vertex to the graph only if the graph doesn't contains it.
+ The graph contains a vertex only if the method Graph.contains(Object) returns true.
+
+
addVertexIfAbsent(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
addVertexIfAbsent(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
addVertexIfAbsent(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
AdjGraph<V,W extends java.lang.Number> - Class in berack96.lib.graph.impl
+
 
+
AdjGraph() - Constructor for class berack96.lib.graph.impl.AdjGraph
+
 
+
Arrow - Class in berack96.lib.graph.view.stuff
+
+
Class that create a Polygon that has a shape of an arrow
+
+
Arrow(Point, Point, int, int) - Constructor for class berack96.lib.graph.view.stuff.Arrow
+
+
Create an arrow
+
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html new file mode 100644 index 0000000..8aa5fe9 --- /dev/null +++ b/doc/index-files/index-10.html @@ -0,0 +1,145 @@ + + + + + +K-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

K

+
+
keyPressed(KeyEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
keyPressed(KeyEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
keyPressed(KeyEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
keyReleased(KeyEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
keyReleased(KeyEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
keyReleased(KeyEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
keyTyped(KeyEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
keyTyped(KeyEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
keyTyped(KeyEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html new file mode 100644 index 0000000..d4cb0f8 --- /dev/null +++ b/doc/index-files/index-11.html @@ -0,0 +1,133 @@ + + + + + +L-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

L

+
+
load(Graph<V, W>, String, Class<V>, Class<W>) - Static method in interface berack96.lib.graph.Graph
+
+
Load an already saved graph in an instance of a graph.
+
+
load(String) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html new file mode 100644 index 0000000..3f89ad4 --- /dev/null +++ b/doc/index-files/index-12.html @@ -0,0 +1,231 @@ + + + + + +M-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

M

+
+
Main - Class in berack96.lib.graph.view
+
 
+
Main() - Constructor for class berack96.lib.graph.view.Main
+
 
+
main(String[]) - Static method in class berack96.lib.graph.view.Main
+
 
+
MapGraph<V,W extends java.lang.Number> - Class in berack96.lib.graph.impl
+
+
Graph that uses HashMap for vertices and edges
+ More specifically it utilizes a Map containing all the vertices mapped to all their edges
+ Technically this version of the graph combine the fast adding/removing of the edges of the Matrix implementation, + with the low memory and fast adding/removing of vertices of the Linked List implementation.
+ This happen if the HashMap is not reallocated.
+
+
MapGraph() - Constructor for class berack96.lib.graph.impl.MapGraph
+
 
+
mark(V, Object) - Method in interface berack96.lib.graph.Graph
+
+
Add to the specified vertex the mark passed.
+ A vertex can have multiple marker.
+
+
mark(V, Object) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
mark(V, Object) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
mark(V, Object) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
mark - Variable in class berack96.lib.graph.models.MarkSaveStructure
+
 
+
mark(Object) - Method in class berack96.lib.graph.Vertex
+
+
Mark the vertex with the associated string
+
+
marks() - Method in interface berack96.lib.graph.Graph
+
+
Get all the marks of this graph.
+ Specifically it will return a collection of marks where every mark
+ as associated at least one vertex of the graph.
+ If the graph doesn't have vertex marked then it is returned an empty collection.
+
+
marks() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
marks() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
marks() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
MarkSaveStructure - Class in berack96.lib.graph.models
+
+
Support class used for saving a Graph in a file.
+
+
MarkSaveStructure() - Constructor for class berack96.lib.graph.models.MarkSaveStructure
+
 
+
MarkSaveStructure(String, Object) - Constructor for class berack96.lib.graph.models.MarkSaveStructure
+
 
+
MatrixGraph<V,W extends java.lang.Number> - Class in berack96.lib.graph.impl
+
 
+
MatrixGraph() - Constructor for class berack96.lib.graph.impl.MatrixGraph
+
 
+
modEdge(VertexComponent<V>, VertexComponent<V>, W) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
mouseClicked(MouseEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
mouseClicked(MouseEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
mouseClicked(MouseEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
mouseDragged(MouseEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
mouseDragged(MouseEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
mouseDragged(MouseEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
mouseEntered(MouseEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
mouseEntered(MouseEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
mouseEntered(MouseEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
mouseExited(MouseEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
mouseExited(MouseEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
mouseExited(MouseEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
mouseMoved(MouseEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
mouseMoved(MouseEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
mouseMoved(MouseEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
mousePressed(MouseEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
mousePressed(MouseEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
mousePressed(MouseEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
mouseReleased(MouseEvent) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
mouseReleased(MouseEvent) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
mouseReleased(MouseEvent) - Method in class berack96.lib.graph.view.VisitListener
+
 
+
moveVertex(VertexComponent<V>, Point) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html new file mode 100644 index 0000000..3ff0492 --- /dev/null +++ b/doc/index-files/index-13.html @@ -0,0 +1,151 @@ + + + + + +N-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

N

+
+
NOT_CONNECTED - Static variable in interface berack96.lib.graph.Graph
+
 
+
NOT_DAG - Static variable in interface berack96.lib.graph.Graph
+
 
+
numberOfEdges() - Method in interface berack96.lib.graph.Graph
+
+
Tells how many edges are in the graph.
+
+
numberOfEdges() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
numberOfEdges() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
numberOfEdges() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
numberOfVertices() - Method in interface berack96.lib.graph.Graph
+
+
Tells how many vertices are in the graph.
+
+
numberOfVertices() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
numberOfVertices() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
numberOfVertices() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html new file mode 100644 index 0000000..d4078f0 --- /dev/null +++ b/doc/index-files/index-14.html @@ -0,0 +1,129 @@ + + + + + +O-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

O

+
+
other - Variable in class berack96.lib.graph.models.GraphSaveStructure
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html new file mode 100644 index 0000000..bec791b --- /dev/null +++ b/doc/index-files/index-15.html @@ -0,0 +1,143 @@ + + + + + +P-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

P

+
+
paint(Graphics2D, EdgeComponent<V, W>, Point) - Method in class berack96.lib.graph.view.edge.EdgeView
+
 
+
paint(Graphics2D, O, Point) - Method in interface berack96.lib.graph.view.GraphicalView
+
+
The paint function, aka the part where you can draw things (like Mesh)
+
+
paint(Graphics) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
paint(Graphics2D, VertexComponent<V>, Point) - Method in class berack96.lib.graph.view.vertex.VertexView
+
 
+
panel - Variable in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
PARAM_NULL - Static variable in interface berack96.lib.graph.Graph
+
 
+
parent - Variable in class berack96.lib.graph.visit.impl.VisitInfo.VertexInfo
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html new file mode 100644 index 0000000..86e0c89 --- /dev/null +++ b/doc/index-files/index-16.html @@ -0,0 +1,233 @@ + + + + + +R-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

R

+
+
remove() - Method in class berack96.lib.graph.Vertex
+
+
Remove the vertex from the graph.
+ After this call all the other methods will throw an exception
+
+
remove() - Method in class berack96.lib.graph.view.edge.EdgeIntListener
+
 
+
remove() - Method in interface berack96.lib.graph.view.GraphListener
+
+
Remove the listener to the graph.
+
+
remove() - Method in class berack96.lib.graph.view.vertex.VertexIntListener
+
 
+
remove() - Method in class berack96.lib.graph.view.VisitListener
+
 
+
removeAllEdge(V) - Method in interface berack96.lib.graph.Graph
+
+
Remove all edges form a particular vertex of the graph.
+ After this method's call the selected vertex will have 0 edges.
+ It will be no longer possible to reach this vertex from any other vertex, and vice versa.
+
+
removeAllEdge() - Method in interface berack96.lib.graph.Graph
+
+
Remove all the edges of the graph.
+ After this method's call the graph will have only vertices, and no edge.
+
+
removeAllEdge(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
removeAllEdge() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
removeAllEdge(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
removeAllEdge() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
removeAllEdge(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
removeAllEdge() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
removeAllInEdge(V) - Method in interface berack96.lib.graph.Graph
+
+
Remove all the edges that goes in the vertex.
+ After this method's call it will be no longer possible travel to this vertex.
+
+
removeAllInEdge(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
removeAllInEdge(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
removeAllInEdge(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
removeAllOutEdge(V) - Method in interface berack96.lib.graph.Graph
+
+
Remove all the edges that start from this vertex.
+ After this method's call it will be no longer possible travel to any vertex from this one.
+
+
removeAllOutEdge(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
removeAllOutEdge(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
removeAllOutEdge(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
removeAllVertex() - Method in interface berack96.lib.graph.Graph
+
+
Remove all the vertex contained in the graph.
+ After this method's call the graph will be empty; no vertices nor edges.
+
+
removeAllVertex() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
removeAllVertex() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
removeAllVertex() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
removeChild(V) - Method in class berack96.lib.graph.Vertex
+
+
Removes a child of this vertex.
+
+
REMOVED - Static variable in class berack96.lib.graph.Vertex
+
 
+
removeEdge(V, V) - Method in interface berack96.lib.graph.Graph
+
+
Remove the edge between the two vertex.
+ If the edge doesn't exist, then this call does nothing.
+ After this method's call it will be no longer possible to travel from V1 to V2, nether from V2 to V1.
+
+
removeEdge(V, V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
removeEdge(V, V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
removeEdge(V, V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
removeEdge(VertexComponent<V>, VertexComponent<V>) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
removeObserver(Observer) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
removeVertex(V) - Method in interface berack96.lib.graph.Graph
+
+
Remove the selected vertex from the graph.
+ After this method's call the vertex will be no longer present in the graph, and nether all his edges.
+
+
removeVertex(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
removeVertex(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
removeVertex(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
removeVertex(Point) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html new file mode 100644 index 0000000..42f3b33 --- /dev/null +++ b/doc/index-files/index-17.html @@ -0,0 +1,192 @@ + + + + + +S-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

S

+
+
save(Graph<?, ?>, String) - Static method in interface berack96.lib.graph.Graph
+
+
Save the Graph passed as input to a file inserted as parameter.
+ The resulting file is a Json string representing all the graph.
+ If the directory for getting through the file do not exist,
+ then it is created.
+ For now the marks are not included.
+
+
save(Graph<?, ?>, String, String) - Static method in interface berack96.lib.graph.Graph
+
+
Save the Graph passed as input to a file inserted as parameter.
+ The resulting file is a Json string representing all the graph.
+ If the directory for getting through the file do not exist,
+ then it is created.
+ For now the marks are not included.
+ The additional parameter is used if you want to save other as well as the graph.
+
+
save(String) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
setBounds(int, int, int, int) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
setGraphListener(GraphListener) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
source - Variable in class berack96.lib.graph.view.edge.EdgeComponent
+
 
+
src - Variable in class berack96.lib.graph.models.EdgeSaveStructure
+
 
+
stronglyConnectedComponents() - Method in interface berack96.lib.graph.Graph
+
+
The strongly connected components or disconnected components of an arbitrary directed graph + form a partition into subgraphs that are themselves strongly connected.
+
+
stronglyConnectedComponents() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
stronglyConnectedComponents() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
stronglyConnectedComponents() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
subGraph(V, int) - Method in interface berack96.lib.graph.Graph
+
+
Get a sub-graph of the current one based on the maximum depth that is given.
+ If the depth is 1 then only the source and it's children will be in the sub-graph.
+ If the depth is 2 then only the source, it's children and it's children of it's children will be in the sub-graph.
+ And so on.
+ Of course the sub-graph will contain the edges that link the vertices, but only the one selected.
+
+
subGraph(Object...) - Method in interface berack96.lib.graph.Graph
+
+
Get a sub-graph of the current one with only the vertex marked with the selected markers.
+ Each vertex will have all his edges, but only the ones with the destination marked with the same marker.
+ If the marker is not specified or is null then the returning graph will have all the vertices that are not marked by any marker.
+ If the graph doesn't contain any vertex with that marker then an empty graph is returned.
+
+
subGraph(V, int) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
subGraph(Object...) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
subGraph(V, int) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
subGraph(Object...) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
subGraph(V, int) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
subGraph(Object...) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html new file mode 100644 index 0000000..d45cc40 --- /dev/null +++ b/doc/index-files/index-18.html @@ -0,0 +1,170 @@ + + + + + +T-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

T

+
+
Tarjan<V,W extends java.lang.Number> - Class in berack96.lib.graph.visit.impl
+
+
Class that implements the Tarjan algorithm and uses it for getting the SCC and the topological sort
+
+
Tarjan() - Constructor for class berack96.lib.graph.visit.impl.Tarjan
+
 
+
timeDiscovered - Variable in class berack96.lib.graph.visit.impl.VisitInfo.VertexInfo
+
 
+
timeVisited - Variable in class berack96.lib.graph.visit.impl.VisitInfo.VertexInfo
+
 
+
topologicalSort() - Method in interface berack96.lib.graph.Graph
+
+
If the current graph is a DAG, it returns a topological sort of this graph.
+ A topological ordering of a graph is a linear ordering of its vertices such that for + every directed edge (V1, V2) from vertex V1 to vertex V2, V2 comes before V1 in the ordering.
+
+
topologicalSort() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
topologicalSort() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
topologicalSort() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
toString() - Method in class berack96.lib.graph.Edge
+
 
+
toString() - Method in class berack96.lib.graph.Vertex
+
 
+
toString() - Method in class berack96.lib.graph.view.vertex.VertexComponent
+
 
+
toString() - Method in class berack96.lib.graph.visit.impl.VisitInfo.VertexInfo
+
 
+
transpose() - Method in interface berack96.lib.graph.Graph
+
+
This method will create a new Graph that is the transposed version of the original.
+ At the end of this method the new graph will have all the edges inverted in orientation.
+ Example: if the graph G contains (V1, V2, V3) as vertex, and (V1->V2, V3->V2) as edges, + the transpose graph G' will contain (V1, V2, V3) as vertex, and (V2->V1, V2->V3) as edges.
+
+
transpose() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
transpose() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
transpose() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-19.html b/doc/index-files/index-19.html new file mode 100644 index 0000000..873fe3c --- /dev/null +++ b/doc/index-files/index-19.html @@ -0,0 +1,177 @@ + + + + + +U-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

U

+
+
unMark(V, Object) - Method in interface berack96.lib.graph.Graph
+
+
Remove the selected mark from the vertex.
+
+
unMark(V) - Method in interface berack96.lib.graph.Graph
+
+
Unmark the vertex selected.
+ After this call the vertex will not have any marked object to himself.
+
+
unMark(V, Object) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
unMark(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
unMark(V, Object) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
unMark(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
unMark(V, Object) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
unMark(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
unMark(Object) - Method in class berack96.lib.graph.Vertex
+
+
Remove the specified mark from this vertex
+
+
unMark() - Method in class berack96.lib.graph.Vertex
+
+
Remove all the marker from the vertex
+
+
unMarkAll(Object) - Method in interface berack96.lib.graph.Graph
+
+
Remove the selected mark from all the vertices
+
+
unMarkAll() - Method in interface berack96.lib.graph.Graph
+
+
Remove all the marker to all the vertex.
+ After this call the Graph.getMarks(Object) applied to any vertex will return an empty set
+
+
unMarkAll(Object) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
unMarkAll() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
unMarkAll(Object) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
unMarkAll() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
unMarkAll(Object) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
unMarkAll() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html new file mode 100644 index 0000000..fb2586d --- /dev/null +++ b/doc/index-files/index-2.html @@ -0,0 +1,164 @@ + + + + + +B-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

B

+
+
berack96.lib.graph - package berack96.lib.graph
+
 
+
berack96.lib.graph.impl - package berack96.lib.graph.impl
+
 
+
berack96.lib.graph.models - package berack96.lib.graph.models
+
 
+
berack96.lib.graph.view - package berack96.lib.graph.view
+
 
+
berack96.lib.graph.view.edge - package berack96.lib.graph.view.edge
+
 
+
berack96.lib.graph.view.stuff - package berack96.lib.graph.view.stuff
+
 
+
berack96.lib.graph.view.vertex - package berack96.lib.graph.view.vertex
+
 
+
berack96.lib.graph.visit - package berack96.lib.graph.visit
+
 
+
berack96.lib.graph.visit.impl - package berack96.lib.graph.visit.impl
+
 
+
BFS<V,W extends java.lang.Number> - Class in berack96.lib.graph.visit.impl
+
+
Breadth-first search
+ The algorithm starts at the root node and explores all of the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.
+
+
BFS() - Constructor for class berack96.lib.graph.visit.impl.BFS
+
 
+
buildEdgeFrom(String) - Method in class berack96.lib.graph.view.edge.EdgeIntListener
+
 
+
buildEdgeFrom(String) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
buildNewEdge(Vertex<V>, Vertex<V>) - Method in class berack96.lib.graph.view.edge.EdgeIntListener
+
 
+
buildNewEdge(Vertex<V>, Vertex<V>) - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
buildNewVertex(Graph<Integer, ?>) - Method in class berack96.lib.graph.view.vertex.VertexIntListener
+
 
+
buildNewVertex(Graph<V, ?>) - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-20.html b/doc/index-files/index-20.html new file mode 100644 index 0000000..efce4bd --- /dev/null +++ b/doc/index-files/index-20.html @@ -0,0 +1,247 @@ + + + + + +V-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

V

+
+
vert - Variable in class berack96.lib.graph.models.MarkSaveStructure
+
 
+
Vertex<V> - Class in berack96.lib.graph
+
+
Class used for represent a vertex of the graph.
+ The vertex contained is linked with the graph, so if any changes are made to + it, then they will be reflected here.
+
+
Vertex(Graph<V, ?>, V) - Constructor for class berack96.lib.graph.Vertex
+
+
Get a Vertex linked with the graph
+
+
vertex - Variable in class berack96.lib.graph.view.vertex.VertexComponent
+
 
+
vertex - Variable in class berack96.lib.graph.visit.impl.VisitInfo.VertexInfo
+
 
+
VERTEX_NOT_CONTAINED - Static variable in interface berack96.lib.graph.Graph
+
 
+
VertexComponent<V> - Class in berack96.lib.graph.view.vertex
+
 
+
VertexComponent(Vertex<V>) - Constructor for class berack96.lib.graph.view.vertex.VertexComponent
+
 
+
VertexIntListener - Class in berack96.lib.graph.view.vertex
+
 
+
VertexIntListener(GraphPanel<Integer, ?>) - Constructor for class berack96.lib.graph.view.vertex.VertexIntListener
+
 
+
VertexListener<V> - Class in berack96.lib.graph.view.vertex
+
 
+
VertexListener(GraphPanel<V, ?>) - Constructor for class berack96.lib.graph.view.vertex.VertexListener
+
 
+
VertexView<V> - Class in berack96.lib.graph.view.vertex
+
 
+
VertexView() - Constructor for class berack96.lib.graph.view.vertex.VertexView
+
 
+
vertices() - Method in interface berack96.lib.graph.Graph
+
+
Get all the vertices in the graph.
+ If the graph doesn't contains vertices, it'll return an empty collection.
+ Note: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
vertices() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
vertices() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
vertices() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
vertices - Variable in class berack96.lib.graph.models.GraphSaveStructure
+
 
+
visit(V, VisitStrategy<V, W>, Consumer<V>) - Method in interface berack96.lib.graph.Graph
+
+
Visit the graph accordingly to the strategy that is passed.
+ This method visit the graph from the source to all the vertex that are reachable form the source.
+ Some strategy can accept a source vertex null, because they visit all the graph anyway.
+
+
visit(V, VisitStrategy<V, W>, Consumer<V>) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
visit(V, VisitStrategy<V, W>, Consumer<V>) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
visit(V, VisitStrategy<V, W>, Consumer<V>) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
visit(VisitStrategy, Consumer<V>) - Method in class berack96.lib.graph.Vertex
+
+
Visit the graph from this current vertex with the strategy assigned
+
+
visit(Graph<V, W>, V, Consumer<V>) - Method in class berack96.lib.graph.visit.impl.BFS
+
 
+
visit(Graph<V, W>, V, Consumer<V>) - Method in class berack96.lib.graph.visit.impl.DFS
+
 
+
visit(Graph<V, W>, V, Consumer<V>) - Method in class berack96.lib.graph.visit.impl.Dijkstra
+
 
+
visit(Graph<V, W>, V, Consumer<V>) - Method in class berack96.lib.graph.visit.impl.Tarjan
+
+
This particular visit strategy use only the graph and the visit, so the source param is not needed.
+
+
visit(Graph<V, W>, V, Consumer<V>) - Method in interface berack96.lib.graph.visit.VisitStrategy
+
+
With this the graph will be visited accordingly to the strategy of the visit.
+ Some strategy can accept a source vertex null, because they visit all the graph anyway.
+ If you want to stop the visit of the graph, you just have to throw any exception in the visit function, but be sure to catch it
+
+
VisitDistance<V,W extends java.lang.Number> - Interface in berack96.lib.graph.visit
+
+
Interface that is helpful for implements visit that needs to retrieve the distance between a vertex to all the others
+
+
VisitDistSourceDest<V,W extends java.lang.Number> - Interface in berack96.lib.graph.visit
+
+
Interface that is helpful for implements visit that needs to retrieve the distance between a vertex to all the others
+
+
VisitInfo<V> - Class in berack96.lib.graph.visit.impl
+
+
The class used for getting the info of the visit.
+ It could be used with the algorithm of the visit for set some useful data.
+
+
VisitInfo(V) - Constructor for class berack96.lib.graph.visit.impl.VisitInfo
+
+
Need a source for initialize the basic values
+
+
VisitInfo.VertexInfo - Class in berack96.lib.graph.visit.impl
+
+
Class used mainly for storing the data of the visit
+
+
VisitListener<V> - Class in berack96.lib.graph.view
+
 
+
VisitListener(GraphPanel<V, ?>, VisitStrategy<V, ?>) - Constructor for class berack96.lib.graph.view.VisitListener
+
 
+
visitRefresh(int) - Method in class berack96.lib.graph.view.GraphWindow
+
 
+
VisitSCC<V,W extends java.lang.Number> - Interface in berack96.lib.graph.visit
+
+
Interface that is helpful for implements visit that needs to retrieve the SCC
+
+
VisitStrategy<V,W extends java.lang.Number> - Interface in berack96.lib.graph.visit
+
+
This class is used for define some strategy for the visit of a graph.
+
+
VisitTopological<V,W extends java.lang.Number> - Interface in berack96.lib.graph.visit
+
+
Interface that is helpful for implements visit that needs to retrieve the topological sort
+
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-21.html b/doc/index-files/index-21.html new file mode 100644 index 0000000..2ad888a --- /dev/null +++ b/doc/index-files/index-21.html @@ -0,0 +1,131 @@ + + + + + +W-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

W

+
+
weight - Variable in class berack96.lib.graph.models.EdgeSaveStructure
+
 
+
weight - Variable in class berack96.lib.graph.view.edge.EdgeComponent
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html new file mode 100644 index 0000000..1e916aa --- /dev/null +++ b/doc/index-files/index-3.html @@ -0,0 +1,155 @@ + + + + + +C-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

C

+
+
changeRefresh(int) - Static method in class berack96.lib.graph.view.VisitListener
+
 
+
compareTo(VisitInfo<V>.VertexInfo) - Method in class berack96.lib.graph.visit.impl.VisitInfo.VertexInfo
+
 
+
contains(V) - Method in interface berack96.lib.graph.Graph
+
+
Check if the vertex passed is contained in the graph or not.
+ The vertex V1 is contained in the graph G, if and only if:
+ exist V2 in G such that V2.equals(V1)
+
+
contains(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
contains(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
contains(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
containsEdge(V, V) - Method in interface berack96.lib.graph.Graph
+
+
Check if the edge between the two vertex passed is contained in the graph or not.
+ An edge between V1 and V2 is contained in the graph if and only if i can travel from V1 to V2.
+ If one of the two vertices is not contained in the graph, then even the edge isn't
+
+
containsEdge(V, V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
containsEdge(V, V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
containsEdge(V, V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html new file mode 100644 index 0000000..b13e041 --- /dev/null +++ b/doc/index-files/index-4.html @@ -0,0 +1,204 @@ + + + + + +D-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

D

+
+
degree(V) - Method in interface berack96.lib.graph.Graph
+
+
Tells the degree of a vertex.
+ The degree of a vertex is the quantity of edges that have.
+ Basically, it'll count how many edge it have.
+
+
degree(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
degree(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
degree(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
degreeIn(V) - Method in interface berack96.lib.graph.Graph
+
+
Tells the degree of all the edges that goes to this vertex.
+ Basically, it'll count how many edge towards himself it have.
+
+
degreeIn(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
degreeIn(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
degreeIn(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
degreeOut(V) - Method in interface berack96.lib.graph.Graph
+
+
Tells the degree of all the edges that goes form this vertex to others.
+ Basically, it'll count how many edge towards any other vertex it have.
+
+
degreeOut(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
degreeOut(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
degreeOut(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
dest - Variable in class berack96.lib.graph.models.EdgeSaveStructure
+
 
+
destination - Variable in class berack96.lib.graph.view.edge.EdgeComponent
+
 
+
DFS<V,W extends java.lang.Number> - Class in berack96.lib.graph.visit.impl
+
+
Depth-first search
+ The algorithm starts at the root node and explores as far as possible along each branch before backtracking.
+
+
DFS() - Constructor for class berack96.lib.graph.visit.impl.DFS
+
 
+
Dijkstra<V,W extends java.lang.Number> - Class in berack96.lib.graph.visit.impl
+
+
Class that implements the Dijkstra algorithm and uses it for getting all the distance from a source
+
+
Dijkstra() - Constructor for class berack96.lib.graph.visit.impl.Dijkstra
+
 
+
distance(V, V) - Method in interface berack96.lib.graph.Graph
+
+
Get the minimum path from the source vertex to the destination vertex.
+ If the source vertex can't reach the destination, then an exception is thrown.
+
+
distance(V) - Method in interface berack96.lib.graph.Graph
+
+
Get the minimum path from the source vertex to all the possible reachable vertices.
+
+
distance(V, V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
distance(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
distance(V, V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
distance(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
distance(V, V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
distance(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
distance(Graph<V, W>, V, V) - Method in interface berack96.lib.graph.visit.VisitDistSourceDest
+
+
Get the distance from the source to the destination
+ The list contains the minimum path from the vertex marked as source to the destination vertex
+
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html new file mode 100644 index 0000000..9c1e9f3 --- /dev/null +++ b/doc/index-files/index-5.html @@ -0,0 +1,195 @@ + + + + + +E-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

E

+
+
Edge<V,W extends java.lang.Number> - Class in berack96.lib.graph
+
+
Class used for retrieving the edges of the graph.
+
+
Edge(V, V, W) - Constructor for class berack96.lib.graph.Edge
+
+
Create an final version of this object
+
+
edge - Variable in class berack96.lib.graph.view.edge.EdgeComponent
+
 
+
EdgeComponent<V,W extends java.lang.Number> - Class in berack96.lib.graph.view.edge
+
 
+
EdgeComponent(VertexComponent<V>, VertexComponent<V>, W) - Constructor for class berack96.lib.graph.view.edge.EdgeComponent
+
 
+
EdgeIntListener<V> - Class in berack96.lib.graph.view.edge
+
 
+
EdgeIntListener(GraphPanel<V, Integer>) - Constructor for class berack96.lib.graph.view.edge.EdgeIntListener
+
 
+
EdgeListener<V,W extends java.lang.Number> - Class in berack96.lib.graph.view.edge
+
 
+
EdgeListener(GraphPanel<V, W>) - Constructor for class berack96.lib.graph.view.edge.EdgeListener
+
 
+
edges() - Method in interface berack96.lib.graph.Graph
+
+
Get all the edges in the graph.
+ If the graph doesn't contains edges, it'll return an empty collection.
+ Note: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
edges() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
edges() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
edges() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
edges - Variable in class berack96.lib.graph.models.GraphSaveStructure
+
 
+
EdgeSaveStructure - Class in berack96.lib.graph.models
+
+
Support class used for saving a Graph in a file.
+
+
EdgeSaveStructure() - Constructor for class berack96.lib.graph.models.EdgeSaveStructure
+
 
+
EdgeSaveStructure(String, String, String) - Constructor for class berack96.lib.graph.models.EdgeSaveStructure
+
 
+
edgesOf(V) - Method in interface berack96.lib.graph.Graph
+
+
Retrieve all the edges of a particular vertex.
+ Note: the edges that are returned are the one that goes IN this vertex AND the edges that goes OUT of it.
+ Note2: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
edgesOf(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
edgesOf(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
edgesOf(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
EdgeView<V,W extends java.lang.Number> - Class in berack96.lib.graph.view.edge
+
 
+
EdgeView() - Constructor for class berack96.lib.graph.view.edge.EdgeView
+
 
+
equals(Object) - Method in class berack96.lib.graph.Edge
+
 
+
equals(Object) - Method in class berack96.lib.graph.Vertex
+
 
+
equals(Object) - Method in class berack96.lib.graph.view.vertex.VertexComponent
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html new file mode 100644 index 0000000..9261e9a --- /dev/null +++ b/doc/index-files/index-6.html @@ -0,0 +1,142 @@ + + + + + +F-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

F

+
+
forEach(Consumer<VisitInfo<V>.VertexInfo>) - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Iterate through all the vertices discovered and visited with the correct timeline.
+ The vertices will be visited in the order that they are discovered and visited, so a vertex can appear two times (one for the discovery, anc the other for the visit)
+
+
forEachDiscovered(Consumer<VisitInfo<V>.VertexInfo>) - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Iterate through all the vertices that are discovered.
+ The vertices will be ordered by the time of their discover.
+
+
forEachVisited(Consumer<VisitInfo<V>.VertexInfo>) - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Iterate through all the vertices that are visited.
+ The vertices will be ordered by the time of their visit.
+
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html new file mode 100644 index 0000000..d556fa3 --- /dev/null +++ b/doc/index-files/index-7.html @@ -0,0 +1,398 @@ + + + + + +G-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

G

+
+
getAncestors(V) - Method in interface berack96.lib.graph.Graph
+
+
Get all the vertices that have the vertex passed as their child.
+ Basically is the opposite of Graph.getChildren(Object)
+ Note: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
getAncestors(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
getAncestors(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
getAncestors(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
getAncestors() - Method in class berack96.lib.graph.Vertex
+
+
Get all the vertex ancestor of this vertex.
+ The ancestors are all the vertices that have as destination this vertex.
+
+
getAncestorsAsVertex() - Method in class berack96.lib.graph.Vertex
+
+
Get all the ancestors of this vertex like Vertex.getAncestors(), but as Vertex.
+ In this way they are linked to the graph as this one.
+ This method allocate a new object for each vertex, so it is more heavy.
+
+
getBox(EdgeComponent<V, W>, Point) - Method in class berack96.lib.graph.view.edge.EdgeView
+
 
+
getBox(O, Point) - Method in interface berack96.lib.graph.view.GraphicalView
+
+
Box where the object is sensible at listeners (like Hitbox)
+
+
getBox(VertexComponent<V>, Point) - Method in class berack96.lib.graph.view.vertex.VertexView
+
 
+
getChildren(V) - Method in interface berack96.lib.graph.Graph
+
+
Get all the vertices that are children of the vertex passed as parameter.
+ The vertices V(0-N) that are 'children' of a vertex V1, are all the vertices that have an edge + where V1 is the source of that edge.
+ Note: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
getChildren(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
getChildren(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
getChildren(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
getChildren() - Method in class berack96.lib.graph.Vertex
+
+
Get all the vertex children of the current vertex
+
+
getChildrenAsVertex() - Method in class berack96.lib.graph.Vertex
+
+
Get all the children of this vertex like Vertex.getChildren(), but as Vertex.
+ In this way they are linked to the graph as this one.
+ * This method allocate a new object for each vertex, so it is more heavy.
+
+
getDescription() - Method in class berack96.lib.graph.view.edge.EdgeListener
+
 
+
getDescription() - Method in interface berack96.lib.graph.view.GraphListener
+
+
Get the description of this listener, in a way to interact with the user.
+
+
getDescription() - Method in class berack96.lib.graph.view.vertex.VertexListener
+
 
+
getDescription() - Method in class berack96.lib.graph.view.VisitListener
+
 
+
getDestination() - Method in class berack96.lib.graph.Edge
+
+
The vertex where the edge goes
+
+
getDiscovered() - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Get all the discovered vertices so far.
+
+
getEdgeAt(Point) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
getEdgesIn(V) - Method in interface berack96.lib.graph.Graph
+
+
Retrieve all the edges of a particular vertex.
+ Note: the edges that are returned are the one that have this vertex as destination and another as source.
+ Note2: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
getEdgesIn(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
getEdgesIn(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
getEdgesIn(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
getEdgesIn() - Method in class berack96.lib.graph.Vertex
+
+
Get all the edge that goes INTO this vertex
+
+
getEdgesOut(V) - Method in interface berack96.lib.graph.Graph
+
+
Retrieve all the edges that goes OUT of a particular vertex.
+ Note: the edges that are returned are the one that have this vertex as source and another one as destination.
+ Note2: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
getEdgesOut(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
getEdgesOut(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
getEdgesOut(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
getEdgesOut() - Method in class berack96.lib.graph.Vertex
+
+
Get all the edge that goes OUT of this vertex
+
+
getGraph() - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
getGraphPanel() - Method in class berack96.lib.graph.view.GraphWindow
+
 
+
getLastDistance() - Method in class berack96.lib.graph.visit.impl.Dijkstra
+
 
+
getLastDistance() - Method in interface berack96.lib.graph.visit.VisitDistance
+
+
Get the last calculated distance to all the possible destinations
+ The map contains all the possible vertices that are reachable from the source set in the visit
+ If there is no path between the destination and the source, then null is returned as accordingly to the map interface
+ If the visit is not already been done, then the map is null.
+
+
getLastSource() - Method in class berack96.lib.graph.visit.impl.Dijkstra
+
 
+
getLastSource() - Method in interface berack96.lib.graph.visit.VisitDistance
+
+
Get the last source vertex of the visit for calculating the destinations.
+ Returns null if the visit is not already been done
+
+
getMarkedWith(Object) - Method in interface berack96.lib.graph.Graph
+
+
Get all the vertices that are marked with the specific mark passed.
+ If there aren't vertices with that mark then it is returned an empty set.
+ Note: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
getMarkedWith(Object) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
getMarkedWith(Object) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
getMarkedWith(Object) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
getMarks(V) - Method in interface berack96.lib.graph.Graph
+
+
Get all the marker of this vertex.
+ If the vertex doesn't have any mark, then it will return an empty set.
+ Note: depending on the implementation, modifying the returned collection
+ could affect the graph behavior and the changes could be reflected to the graph.
+
+
getMarks(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
getMarks(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
getMarks(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
getMarks() - Method in class berack96.lib.graph.Vertex
+
+
Get all the marks that are associated with this vertex
+
+
getParentOf(V) - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Get the parent of a particular vertex.
+ The parent of a vertex is the one that has discovered it
+ If the vertex has no parent (it has not been set by the visit algorithm or it's the source) then null is returned.
+
+
getSCC() - Method in class berack96.lib.graph.visit.impl.Tarjan
+
 
+
getSCC() - Method in interface berack96.lib.graph.visit.VisitSCC
+
+
Return the latest calculated strongly connected components of the graph.
+
+
getSource() - Method in class berack96.lib.graph.Edge
+
+
The vertex where the edge starts from
+
+
getSource() - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Get the source of the visit.
+
+
getTimeDiscover(V) - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
The time of the vertex when it is discovered in the visit.
+ For "discovered" i mean when the node is first found by the visit algorithm.
+
+
getTimeVisit(V) - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
The time when the vertex is visited by the algorithm
+ For "visited" i mean when the node is finally visited by the visit algorithm.
+
+
getTopologicalSort() - Method in class berack96.lib.graph.visit.impl.Tarjan
+
 
+
getTopologicalSort() - Method in interface berack96.lib.graph.visit.VisitTopological
+
+
Return the latest calculated Topological sort of the graph.
+ If the latest visited graph is not a DAG, it will return null.
+
+
getValue() - Method in class berack96.lib.graph.Vertex
+
+
Get the vertex
+
+
getVertex(V) - Method in interface berack96.lib.graph.Graph
+
+
Get an instance of the vertex linked with this graph.
+ For more info see Vertex
+
+
getVertex(V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
getVertex(V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
getVertex(V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
getVertexAt(Point) - Method in class berack96.lib.graph.view.GraphPanel
+
 
+
getVisited() - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Get all the visited vertices so far.
+
+
getWeight() - Method in class berack96.lib.graph.Edge
+
+
The weight of the edge
+
+
getWeight(V, V) - Method in interface berack96.lib.graph.Graph
+
+
Get the weight of the selected edge.
+ If the edge doesn't exist, then null is returned
+
+
getWeight(V, V) - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
getWeight(V, V) - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
getWeight(V, V) - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
Graph<V,W extends java.lang.Number> - Interface in berack96.lib.graph
+
+
An interface for the graphs.
+ This interface is used for the graphs with Directed edges.
+ A directed edge between V1 and V2 is an edge that has V1 as source and V2 as destination.
+
+
GraphicalView<O> - Interface in berack96.lib.graph.view
+
+
An interface for divide the "hitbox" and the "paint" of the various items
+
+
GraphInfo<V,W extends java.lang.Number> - Class in berack96.lib.graph.view
+
 
+
GraphInfo(GraphPanel<V, W>, VertexListener<V>, EdgeListener<V, W>, Set<VisitStrategy<V, W>>) - Constructor for class berack96.lib.graph.view.GraphInfo
+
 
+
GraphListener - Interface in berack96.lib.graph.view
+
+
An interface for creating a listener of the Graph.
+
+
GraphPanel<V,W extends java.lang.Number> - Class in berack96.lib.graph.view
+
 
+
GraphPanel(GraphicalView<VertexComponent<V>>, GraphicalView<EdgeComponent<V, W>>, Class<V>, Class<W>) - Constructor for class berack96.lib.graph.view.GraphPanel
+
 
+
GraphSaveStructure - Class in berack96.lib.graph.models
+
+
Support class used for saving a Graph in a file.
+
+
GraphSaveStructure() - Constructor for class berack96.lib.graph.models.GraphSaveStructure
+
 
+
GraphSaveStructure(Graph<?, ?>, String) - Constructor for class berack96.lib.graph.models.GraphSaveStructure
+
 
+
GraphWindow<V,W extends java.lang.Number> - Class in berack96.lib.graph.view
+
+
This class is the Window that appear for building the graph and playing around with it
+
+
GraphWindow(GraphPanel<V, W>, VertexListener<V>, EdgeListener<V, W>) - Constructor for class berack96.lib.graph.view.GraphWindow
+
 
+
GSON - Static variable in interface berack96.lib.graph.Graph
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html new file mode 100644 index 0000000..60c9e08 --- /dev/null +++ b/doc/index-files/index-8.html @@ -0,0 +1,131 @@ + + + + + +H-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

H

+
+
hashCode() - Method in class berack96.lib.graph.Edge
+
 
+
hashCode() - Method in class berack96.lib.graph.Vertex
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html new file mode 100644 index 0000000..afa50b4 --- /dev/null +++ b/doc/index-files/index-9.html @@ -0,0 +1,169 @@ + + + + + +I-Index + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A B C D E F G H I K L M N O P R S T U V W  + + +

I

+
+
isCyclic() - Method in interface berack96.lib.graph.Graph
+
+
Tells if the graph has some cycle.
+ A cycle is detected if visiting the graph G starting from V1 (that is any of the vertex of G), + the visit can return to V1 in any point.
+
+
isCyclic() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
isCyclic() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
isCyclic() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
isDAG() - Method in interface berack96.lib.graph.Graph
+
+
Tells if the graph has the property of DAG (Directed Acyclic Graph).
+ A graph is a DAG only if absent of any cycle.
+
+
isDAG() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
isDAG() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
isDAG() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
isDiscovered(V) - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Tells if a vertex is discovered or not
+
+
isStillContained() - Method in class berack96.lib.graph.Vertex
+
+
This call tell if the current vertex is still contained in the graph linked.
+ While this function return false all the other methods will throw an exception.
+
+
isVisited(V) - Method in class berack96.lib.graph.visit.impl.VisitInfo
+
+
Tells if the vertex is visited or not
+
+
iterator() - Method in class berack96.lib.graph.impl.AdjGraph
+
 
+
iterator() - Method in class berack96.lib.graph.impl.MapGraph
+
 
+
iterator() - Method in class berack96.lib.graph.impl.MatrixGraph
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..d281a8d --- /dev/null +++ b/doc/index.html @@ -0,0 +1,75 @@ + + + + + +Generated Documentation (Untitled) + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/doc/overview-frame.html b/doc/overview-frame.html new file mode 100644 index 0000000..5f395af --- /dev/null +++ b/doc/overview-frame.html @@ -0,0 +1,29 @@ + + + + + +Overview List + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/doc/overview-summary.html b/doc/overview-summary.html new file mode 100644 index 0000000..16513f3 --- /dev/null +++ b/doc/overview-summary.html @@ -0,0 +1,167 @@ + + + + + +Overview + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
berack96.lib.graph 
berack96.lib.graph.impl 
berack96.lib.graph.models 
berack96.lib.graph.view 
berack96.lib.graph.view.edge 
berack96.lib.graph.view.stuff 
berack96.lib.graph.view.vertex 
berack96.lib.graph.visit 
berack96.lib.graph.visit.impl 
+
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/overview-tree.html b/doc/overview-tree.html new file mode 100644 index 0000000..6e161c0 --- /dev/null +++ b/doc/overview-tree.html @@ -0,0 +1,247 @@ + + + + + +Class Hierarchy + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/package-list b/doc/package-list new file mode 100644 index 0000000..6eb5b73 --- /dev/null +++ b/doc/package-list @@ -0,0 +1,9 @@ +berack96.lib.graph +berack96.lib.graph.impl +berack96.lib.graph.models +berack96.lib.graph.view +berack96.lib.graph.view.edge +berack96.lib.graph.view.stuff +berack96.lib.graph.view.vertex +berack96.lib.graph.visit +berack96.lib.graph.visit.impl diff --git a/doc/script.js b/doc/script.js new file mode 100644 index 0000000..c3a1cae --- /dev/null +++ b/doc/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/doc/serialized-form.html b/doc/serialized-form.html new file mode 100644 index 0000000..8a71b59 --- /dev/null +++ b/doc/serialized-form.html @@ -0,0 +1,304 @@ + + + + + +Serialized Form + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/doc/stylesheet.css b/doc/stylesheet.css new file mode 100644 index 0000000..b8dad08 --- /dev/null +++ b/doc/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/jar/graph.jar b/jar/graph.jar new file mode 100644 index 0000000..d2ffd6c Binary files /dev/null and b/jar/graph.jar differ diff --git a/src/berack96/lib/graph/Graph.java b/src/berack96/lib/graph/Graph.java index 7b3bc36..65ee5b0 100644 --- a/src/berack96/lib/graph/Graph.java +++ b/src/berack96/lib/graph/Graph.java @@ -50,6 +50,17 @@ public interface Graph extends Iterable { */ boolean isDAG(); + /** + * Check if the vertex passed is contained in the graph or not.
+ * The vertex V1 is contained in the graph G, if and only if:
+ * exist V2 in G such that V2.equals(V1) + * + * @param vertex the vertex to check + * @return true if the vertex is contained, false otherwise + * @throws NullPointerException if the vertex is null + */ + boolean contains(V vertex) throws NullPointerException; + /** * Get an instance of the vertex linked with this graph.
* For more info see {@link Vertex} @@ -72,7 +83,7 @@ public interface Graph extends Iterable { /** * Add the specified vertex to the graph only if the graph doesn't contains it.
- * The graph contains a vertex only if the method {@link #contains(V)} returns true. + * The graph contains a vertex only if the method {@link #contains(Object)} returns true. * * @param vertex the vertex to add * @return true if the vertex is added, false if the graph contains the vertex and therefore the new one is not added @@ -107,16 +118,15 @@ public interface Graph extends Iterable { void removeAllVertex(); /** - * Check if the vertex passed is contained in the graph or not.
- * The vertex V1 is contained in the graph G, if and only if:
- * exist V2 in G such that V2.equals(V1) - * - * @param vertex the vertex to check - * @return true if the vertex is contained, false otherwise - * @throws NullPointerException if the vertex is null + * Get all the marks of this graph.
+ * Specifically it will return a collection of marks where every mark
+ * as associated at least one vertex of the graph.
+ * If the graph doesn't have vertex marked then it is returned an empty collection. + * + * @return a collection of marks */ - boolean contains(V vertex) throws NullPointerException; - + Collection marks(); + /** * Add to the specified vertex the mark passed.
* A vertex can have multiple marker. @@ -469,6 +479,7 @@ public interface Graph extends Iterable { * @param source the source vertex of the visit * @param strategy the algorithm for visiting the graph * @param visit the function to apply at each vertex + * @return an info of the visit * @throws NullPointerException if one of the parameter is null (except the consumer) * @throws IllegalArgumentException if the vertex is not in the graph */ @@ -477,8 +488,8 @@ public interface Graph extends Iterable { /** * This method will create a new Graph that is the transposed version of the original.
* At the end of this method the new graph will have all the edges inverted in orientation.
- * Example: if the graph G contains (V1, V2, V3) as vertex, and (V1->V2, V3->V2) as edges, - * the transpose graph G' will contain (V1, V2, V3) as vertex, and (V2->V1, V2->V3) as edges. + * Example: if the graph G contains (V1, V2, V3) as vertex, and (V1->V2, V3->V2) as edges, + * the transpose graph G' will contain (V1, V2, V3) as vertex, and (V2->V1, V2->V3) as edges. * * @return a transposed graph of this instance */ @@ -510,7 +521,7 @@ public interface Graph extends Iterable { * Of course the sub-graph will contain the edges that link the vertices, but only the one selected. * * @param source the source vertex - * @param depth the maximum depth (must be a positive number, if >=0 a graph containing only the source is returned) + * @param depth the maximum depth (must be a positive number, if >=0 a graph containing only the source is returned) * @return a sub-graph of the original * @throws NullPointerException if the vertex is null * @throws IllegalArgumentException if the vertex is not contained @@ -555,7 +566,8 @@ public interface Graph extends Iterable { * Save the Graph passed as input to a file inserted as parameter.
* The resulting file is a Json string representing all the graph.
* If the directory for getting through the file do not exist,
- * then it is created. + * then it is created.
+ * For now the marks are not included. * * @param graph the graph to save * @param file the name of the file @@ -570,6 +582,7 @@ public interface Graph extends Iterable { * The resulting file is a Json string representing all the graph.
* If the directory for getting through the file do not exist,
* then it is created.
+ * For now the marks are not included.
* The additional parameter is used if you want to save other as well as the graph. * * @param graph the graph to save diff --git a/src/berack96/lib/graph/impl/AdjGraph.java b/src/berack96/lib/graph/impl/AdjGraph.java index 55caa81..de3d4fa 100644 --- a/src/berack96/lib/graph/impl/AdjGraph.java +++ b/src/berack96/lib/graph/impl/AdjGraph.java @@ -57,7 +57,7 @@ public class AdjGraph implements Graph { } @Override - public void removeVertex(V vertex) throws IllegalArgumentException { + public void removeVertex(V vertex) throws NullPointerException, IllegalArgumentException { // TODO Auto-generated method stub } @@ -74,6 +74,12 @@ public class AdjGraph implements Graph { return false; } + @Override + public Collection marks() { + // TODO Auto-generated method stub + return null; + } + @Override public void mark(V vertex, Object mark) throws NullPointerException, IllegalArgumentException { // TODO Auto-generated method stub @@ -309,5 +315,5 @@ public class AdjGraph implements Graph { // TODO Auto-generated method stub return null; } - + } diff --git a/src/berack96/lib/graph/impl/MapGraph.java b/src/berack96/lib/graph/impl/MapGraph.java index 08487bb..6718030 100644 --- a/src/berack96/lib/graph/impl/MapGraph.java +++ b/src/berack96/lib/graph/impl/MapGraph.java @@ -108,6 +108,17 @@ public class MapGraph implements Graph { checkNull(vertex); return edges.containsKey(vertex); } + + @Override + public Collection marks() { + Collection ret = new HashSet<>(); + markers.forEach((m, v) -> { + if(v.size() > 0) + ret.add(m); + }); + + return ret; + } @Override public void mark(V vertex, Object mark) throws NullPointerException, IllegalArgumentException { diff --git a/src/berack96/lib/graph/impl/MatrixGraph.java b/src/berack96/lib/graph/impl/MatrixGraph.java index 0094373..896cf96 100644 --- a/src/berack96/lib/graph/impl/MatrixGraph.java +++ b/src/berack96/lib/graph/impl/MatrixGraph.java @@ -57,7 +57,7 @@ public class MatrixGraph implements Graph { } @Override - public void removeVertex(V vertex) throws IllegalArgumentException { + public void removeVertex(V vertex) throws NullPointerException, IllegalArgumentException { // TODO Auto-generated method stub } @@ -74,6 +74,12 @@ public class MatrixGraph implements Graph { return false; } + @Override + public Collection marks() { + // TODO Auto-generated method stub + return null; + } + @Override public void mark(V vertex, Object mark) throws NullPointerException, IllegalArgumentException { // TODO Auto-generated method stub @@ -309,5 +315,5 @@ public class MatrixGraph implements Graph { // TODO Auto-generated method stub return null; } - + } diff --git a/src/berack96/lib/graph/view/GraphWindow.java b/src/berack96/lib/graph/view/GraphWindow.java index efc6f79..2d9e23b 100644 --- a/src/berack96/lib/graph/view/GraphWindow.java +++ b/src/berack96/lib/graph/view/GraphWindow.java @@ -1,22 +1,19 @@ package berack96.lib.graph.view; -import berack96.lib.graph.view.edge.EdgeIntListener; +import java.awt.BorderLayout; +import java.util.LinkedHashSet; +import java.util.Set; + +import javax.swing.JFrame; + import berack96.lib.graph.view.edge.EdgeListener; -import berack96.lib.graph.view.edge.EdgeView; -import berack96.lib.graph.view.vertex.VertexIntListener; import berack96.lib.graph.view.vertex.VertexListener; -import berack96.lib.graph.view.vertex.VertexView; -import berack96.lib.graph.visit.*; +import berack96.lib.graph.visit.VisitStrategy; import berack96.lib.graph.visit.impl.BFS; import berack96.lib.graph.visit.impl.DFS; import berack96.lib.graph.visit.impl.Dijkstra; import berack96.lib.graph.visit.impl.Tarjan; -import javax.swing.*; -import java.awt.*; -import java.util.LinkedHashSet; -import java.util.Set; - /** * This class is the Window that appear for building the graph and playing around with it * @@ -26,22 +23,10 @@ public class GraphWindow extends JFrame { private static final long serialVersionUID = 1L; - public static void main(String[] args) { - GraphPanel panel = new GraphPanel<>(new VertexView<>(), new EdgeView<>(), Integer.class, Integer.class); - GraphWindow win = new GraphWindow<>(panel, new VertexIntListener(panel), new EdgeIntListener<>(panel)); - Dimension dim = Toolkit.getDefaultToolkit().getScreenSize(); // full screen - dim.setSize(dim.width / 2, dim.height / 2); - win.setSize(dim); - win.setLocationRelativeTo(null); //centered - win.visitRefresh(500); - - win.setVisible(true); - } - private final GraphPanel graphPanel; private final GraphInfo infoPanel; - private GraphWindow(GraphPanel graphPanel, VertexListener vListener, EdgeListener eListener) { + public GraphWindow(GraphPanel graphPanel, VertexListener vListener, EdgeListener eListener) { this.setTitle("Grafo"); this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); this.setLayout(new BorderLayout()); diff --git a/src/berack96/lib/graph/view/Main.java b/src/berack96/lib/graph/view/Main.java new file mode 100644 index 0000000..669bcb4 --- /dev/null +++ b/src/berack96/lib/graph/view/Main.java @@ -0,0 +1,25 @@ +package berack96.lib.graph.view; + +import java.awt.Dimension; +import java.awt.Toolkit; + +import berack96.lib.graph.view.edge.EdgeIntListener; +import berack96.lib.graph.view.edge.EdgeView; +import berack96.lib.graph.view.vertex.VertexIntListener; +import berack96.lib.graph.view.vertex.VertexView; + +public class Main { + + + public static void main(String[] args) { + GraphPanel panel = new GraphPanel<>(new VertexView<>(), new EdgeView<>(), Integer.class, Integer.class); + GraphWindow win = new GraphWindow<>(panel, new VertexIntListener(panel), new EdgeIntListener<>(panel)); + Dimension dim = Toolkit.getDefaultToolkit().getScreenSize(); // full screen + dim.setSize(dim.width / 2, dim.height / 2); + win.setSize(dim); + win.setLocationRelativeTo(null); //centered + win.visitRefresh(500); + + win.setVisible(true); + } +} diff --git a/test/berack96/test/lib/TestGraph.java b/test/berack96/test/lib/TestGraph.java index 7795dea..b636e0b 100644 --- a/test/berack96/test/lib/TestGraph.java +++ b/test/berack96/test/lib/TestGraph.java @@ -980,13 +980,17 @@ public class TestGraph { shouldThrow(notException, () -> graph.getMarks("hw7389")); shouldContain(graph.getMarks("1")); + shouldContain(graph.marks()); graph.mark("1", "red"); shouldContain(graph.getMarks("1"), "red"); + shouldContain(graph.marks(), "red"); graph.mark("1", "yellow"); + shouldContain(graph.marks(), "red", "yellow"); graph.mark("1", "blue"); shouldContain(graph.getMarks("1"), "red", "yellow", "blue"); graph.mark("1", "red"); shouldContain(graph.getMarks("1"), "red", "yellow", "blue"); + shouldContain(graph.marks(), "red", "yellow", "blue"); shouldContain(graph.getMarks("2")); graph.mark("2", "red"); @@ -994,11 +998,14 @@ public class TestGraph { graph.mark("8", "blue"); shouldContain(graph.getMarks("2"), "red"); shouldContain(graph.getMarks("8"), "blue"); + shouldContain(graph.marks(), "red", "yellow", "blue"); - graph.unMark("2"); - shouldContain(graph.getMarks("2")); graph.unMark("1"); shouldContain(graph.getMarks("1")); + shouldContain(graph.marks(), "red", "blue"); + graph.unMark("2"); + shouldContain(graph.getMarks("2")); + shouldContain(graph.marks(), "blue"); graph.mark("2", "red"); graph.mark("2", "blue"); @@ -1007,8 +1014,10 @@ public class TestGraph { shouldContain(graph.getMarks("4"), "green"); graph.mark("5", "green"); shouldContain(graph.getMarks("5"), "green"); + shouldContain(graph.marks(), "red", "blue", "green"); graph.unMarkAll(); + shouldContain(graph.marks()); shouldContain(graph.getMarks("1")); shouldContain(graph.getMarks("2")); shouldContain(graph.getMarks("3")); @@ -1019,10 +1028,15 @@ public class TestGraph { shouldContain(graph.getMarks("8")); graph.mark("1", "mark"); + shouldContain(graph.marks(), "mark"); graph.mark("2", "mark"); + shouldContain(graph.marks(), "mark"); graph.mark("3", "mark2"); + shouldContain(graph.marks(), "mark", "mark2"); graph.mark("1", "mark2"); + shouldContain(graph.marks(), "mark", "mark2"); graph.mark("1", 3); + shouldContain(graph.marks(), "mark", "mark2", 3); shouldContain(graph.getMarks("1"), "mark", "mark2", 3); shouldContain(graph.getMarks("2"), "mark"); shouldContain(graph.getMarks("3"), "mark2"); @@ -1031,6 +1045,7 @@ public class TestGraph { shouldContain(graph.getMarkedWith(3), "1"); graph.unMark("1", "mark"); + shouldContain(graph.marks(), "mark", "mark2", 3); shouldContain(graph.getMarks("1"), "mark2", 3); shouldContain(graph.getMarks("2"), "mark"); shouldContain(graph.getMarks("3"), "mark2"); @@ -1039,6 +1054,7 @@ public class TestGraph { shouldContain(graph.getMarkedWith(3), "1"); graph.unMarkAll("mark2"); + shouldContain(graph.marks(), "mark", 3); shouldContain(graph.getMarks("1"), 3); shouldContain(graph.getMarks("2"), "mark"); shouldContain(graph.getMarks("3")); @@ -1048,6 +1064,7 @@ public class TestGraph { graph.unMark("1", "mark"); graph.unMark("2", "mark2"); + shouldContain(graph.marks(), "mark", 3); shouldContain(graph.getMarks("1"), 3); shouldContain(graph.getMarks("2"), "mark"); shouldContain(graph.getMarks("3")); @@ -1056,6 +1073,7 @@ public class TestGraph { shouldContain(graph.getMarkedWith(3), "1"); graph.unMark("2", "mark"); + shouldContain(graph.marks(), 3); shouldContain(graph.getMarks("1"), 3); shouldContain(graph.getMarks("2")); shouldContain(graph.getMarks("3")); @@ -1064,6 +1082,7 @@ public class TestGraph { shouldContain(graph.getMarkedWith(3), "1"); graph.unMarkAll(3); + shouldContain(graph.marks()); shouldContain(graph.getMarks("1")); shouldContain(graph.getMarks("2")); shouldContain(graph.getMarks("3"));