-All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
+All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
@@ -212,9 +212,8 @@ extends java.lang.Object
createFastestPathFromNodes(Graph graph,
java.util.List<Node> nodes) |
- Deprecated.
-
-
+Create a new path that goes through the given list of nodes (in order),
+ choosing the fastest route if multiple are available.
|
@@ -222,9 +221,8 @@ extends java.lang.Object
createShortestPathFromNodes(Graph graph,
java.util.List<Node> nodes) |
- Deprecated.
-
-
+Create a new path that goes through the given list of nodes (in order),
+ choosing the shortest route if multiple are available.
|
@@ -246,18 +244,15 @@ extends java.lang.Object
float |
getLength() |
- Deprecated.
-
-
+Compute the length of this path (in meters).
|
double |
getMinimumTravelTime() |
- Deprecated.
-
-
+Compute the time to travel this path if moving at the maximum allowed speed
+ on every arc.
|
@@ -269,9 +264,7 @@ extends java.lang.Object
double |
getTravelTime(double speed) |
- Deprecated.
-
-
+Compute the time required to travel this path if moving at the given speed.
|
@@ -285,9 +278,7 @@ extends java.lang.Object
boolean |
isValid() |
- Deprecated.
-
-
+Check if this path is valid.
|
@@ -386,9 +377,6 @@ extends java.lang.Object
public static Path createFastestPathFromNodes(Graph graph,
java.util.List<Node> nodes)
throws java.lang.IllegalArgumentException
-Deprecated.
-
-
Create a new path that goes through the given list of nodes (in order),
choosing the fastest route if multiple are available.
@@ -399,7 +387,7 @@ extends java.lang.Object
- A path that goes through the given list of nodes.
- Throws:
java.lang.IllegalArgumentException
- If the list of nodes is not valid, i.e. two
- consecutive nodes in the list are not connected in the graph.
+ consecutive nodes in the list are not connected in the graph.
@@ -412,9 +400,6 @@ extends java.lang.Object
public static Path createShortestPathFromNodes(Graph graph,
java.util.List<Node> nodes)
throws java.lang.IllegalArgumentException
-Deprecated.
-
-
Create a new path that goes through the given list of nodes (in order),
choosing the shortest route if multiple are available.
@@ -425,7 +410,7 @@ extends java.lang.Object
- A path that goes through the given list of nodes.
- Throws:
java.lang.IllegalArgumentException
- If the list of nodes is not valid, i.e. two
- consecutive nodes in the list are not connected in the graph.
+ consecutive nodes in the list are not connected in the graph.
@@ -445,8 +430,8 @@ extends java.lang.Object
Concatenated path.
Throws:
java.lang.IllegalArgumentException
- if the paths cannot be concatenated (IDs of
- map do not match, or the end of a path is not the beginning of the
- next).
+ map do not match, or the end of a path is not the beginning of the
+ next).
@@ -537,11 +522,8 @@ extends java.lang.Object
isValid
public boolean isValid()
-Deprecated.
-
-
Check if this path is valid.
-
+
A path is valid if any of the following is true:
- it is empty;
@@ -563,9 +545,6 @@ extends java.lang.Object
-
getLength
public float getLength()
-Deprecated.
-
-
Compute the length of this path (in meters).
- Returns:
@@ -580,16 +559,13 @@ extends java.lang.Object
-
getTravelTime
public double getTravelTime(double speed)
-Deprecated.
-
-
Compute the time required to travel this path if moving at the given speed.
- Parameters:
speed
- Speed to compute the travel time.
- Returns:
- Time (in seconds) required to travel this path at the given speed (in
- kilometers-per-hour).
+ kilometers-per-hour).
@@ -600,9 +576,6 @@ extends java.lang.Object
getMinimumTravelTime
public double getMinimumTravelTime()
-Deprecated.
-
-
Compute the time to travel this path if moving at the maximum allowed speed
on every arc.
diff --git a/javadoc/org/insa/graphs/model/Point.html b/javadoc/org/insa/graphs/model/Point.html
index 0875772..679f528 100644
--- a/javadoc/org/insa/graphs/model/Point.html
+++ b/javadoc/org/insa/graphs/model/Point.html
@@ -2,10 +2,10 @@
-
+
Point
-
+
diff --git a/javadoc/org/insa/graphs/model/RoadInformation.RoadType.html b/javadoc/org/insa/graphs/model/RoadInformation.RoadType.html
index 8b3dc6e..a616528 100644
--- a/javadoc/org/insa/graphs/model/RoadInformation.RoadType.html
+++ b/javadoc/org/insa/graphs/model/RoadInformation.RoadType.html
@@ -2,10 +2,10 @@
-
+
RoadInformation.RoadType
-
+
diff --git a/javadoc/org/insa/graphs/model/RoadInformation.html b/javadoc/org/insa/graphs/model/RoadInformation.html
index f8f9f11..5db67a3 100644
--- a/javadoc/org/insa/graphs/model/RoadInformation.html
+++ b/javadoc/org/insa/graphs/model/RoadInformation.html
@@ -2,10 +2,10 @@
-
+
RoadInformation
-
+
diff --git a/javadoc/org/insa/graphs/model/io/BadFormatException.html b/javadoc/org/insa/graphs/model/io/BadFormatException.html
index 1391fc3..a004c8b 100644
--- a/javadoc/org/insa/graphs/model/io/BadFormatException.html
+++ b/javadoc/org/insa/graphs/model/io/BadFormatException.html
@@ -2,10 +2,10 @@
-
+
BadFormatException
-
+
diff --git a/javadoc/org/insa/graphs/model/io/BadMagicNumberException.html b/javadoc/org/insa/graphs/model/io/BadMagicNumberException.html
index d7eebab..67615ab 100644
--- a/javadoc/org/insa/graphs/model/io/BadMagicNumberException.html
+++ b/javadoc/org/insa/graphs/model/io/BadMagicNumberException.html
@@ -2,10 +2,10 @@
-
+
BadMagicNumberException
-
+
diff --git a/javadoc/org/insa/graphs/model/io/BadVersionException.html b/javadoc/org/insa/graphs/model/io/BadVersionException.html
index f98f346..d9b943e 100644
--- a/javadoc/org/insa/graphs/model/io/BadVersionException.html
+++ b/javadoc/org/insa/graphs/model/io/BadVersionException.html
@@ -2,10 +2,10 @@
-
+
BadVersionException
-
+
diff --git a/javadoc/org/insa/graphs/model/io/BinaryGraphReader.html b/javadoc/org/insa/graphs/model/io/BinaryGraphReader.html
index b6fcfb6..4c0bb43 100644
--- a/javadoc/org/insa/graphs/model/io/BinaryGraphReader.html
+++ b/javadoc/org/insa/graphs/model/io/BinaryGraphReader.html
@@ -2,10 +2,10 @@
-
+
BinaryGraphReader
-
+
diff --git a/javadoc/org/insa/graphs/model/io/BinaryPathReader.html b/javadoc/org/insa/graphs/model/io/BinaryPathReader.html
index b7aad4d..ace9add 100644
--- a/javadoc/org/insa/graphs/model/io/BinaryPathReader.html
+++ b/javadoc/org/insa/graphs/model/io/BinaryPathReader.html
@@ -2,10 +2,10 @@
-
+
BinaryPathReader
-
+
diff --git a/javadoc/org/insa/graphs/model/io/BinaryPathWriter.html b/javadoc/org/insa/graphs/model/io/BinaryPathWriter.html
index c236761..29e00ce 100644
--- a/javadoc/org/insa/graphs/model/io/BinaryPathWriter.html
+++ b/javadoc/org/insa/graphs/model/io/BinaryPathWriter.html
@@ -2,10 +2,10 @@
-
+
BinaryPathWriter
-
+
diff --git a/javadoc/org/insa/graphs/model/io/BinaryReader.html b/javadoc/org/insa/graphs/model/io/BinaryReader.html
index e917246..75a2175 100644
--- a/javadoc/org/insa/graphs/model/io/BinaryReader.html
+++ b/javadoc/org/insa/graphs/model/io/BinaryReader.html
@@ -2,10 +2,10 @@
-
+
BinaryReader
-
+
diff --git a/javadoc/org/insa/graphs/model/io/BinaryWriter.html b/javadoc/org/insa/graphs/model/io/BinaryWriter.html
index 29a838c..dac781a 100644
--- a/javadoc/org/insa/graphs/model/io/BinaryWriter.html
+++ b/javadoc/org/insa/graphs/model/io/BinaryWriter.html
@@ -2,10 +2,10 @@
-
+
BinaryWriter
-
+
diff --git a/javadoc/org/insa/graphs/model/io/GraphReader.html b/javadoc/org/insa/graphs/model/io/GraphReader.html
index 5583c07..574836b 100644
--- a/javadoc/org/insa/graphs/model/io/GraphReader.html
+++ b/javadoc/org/insa/graphs/model/io/GraphReader.html
@@ -2,10 +2,10 @@
-
+
GraphReader
-
+
diff --git a/javadoc/org/insa/graphs/model/io/GraphReaderObserver.html b/javadoc/org/insa/graphs/model/io/GraphReaderObserver.html
index 0ac35fd..0a342ea 100644
--- a/javadoc/org/insa/graphs/model/io/GraphReaderObserver.html
+++ b/javadoc/org/insa/graphs/model/io/GraphReaderObserver.html
@@ -2,10 +2,10 @@
-
+
GraphReaderObserver
-
+
diff --git a/javadoc/org/insa/graphs/model/io/MapMismatchException.html b/javadoc/org/insa/graphs/model/io/MapMismatchException.html
index 325c025..eb347d2 100644
--- a/javadoc/org/insa/graphs/model/io/MapMismatchException.html
+++ b/javadoc/org/insa/graphs/model/io/MapMismatchException.html
@@ -2,10 +2,10 @@
-
+
MapMismatchException
-
+
diff --git a/javadoc/org/insa/graphs/model/io/PathReader.html b/javadoc/org/insa/graphs/model/io/PathReader.html
index 4b596e7..8ffd36b 100644
--- a/javadoc/org/insa/graphs/model/io/PathReader.html
+++ b/javadoc/org/insa/graphs/model/io/PathReader.html
@@ -2,10 +2,10 @@
-
+
PathReader
-
+
diff --git a/javadoc/org/insa/graphs/model/io/PathWriter.html b/javadoc/org/insa/graphs/model/io/PathWriter.html
index b1f3834..7193806 100644
--- a/javadoc/org/insa/graphs/model/io/PathWriter.html
+++ b/javadoc/org/insa/graphs/model/io/PathWriter.html
@@ -2,10 +2,10 @@
-
+
PathWriter
-
+
diff --git a/javadoc/org/insa/graphs/model/io/package-summary.html b/javadoc/org/insa/graphs/model/io/package-summary.html
index 678f788..309f4ed 100644
--- a/javadoc/org/insa/graphs/model/io/package-summary.html
+++ b/javadoc/org/insa/graphs/model/io/package-summary.html
@@ -2,10 +2,10 @@
-
+
org.insa.graphs.model.io
-
+
diff --git a/javadoc/org/insa/graphs/model/io/package-tree.html b/javadoc/org/insa/graphs/model/io/package-tree.html
index 01c502e..9616fc7 100644
--- a/javadoc/org/insa/graphs/model/io/package-tree.html
+++ b/javadoc/org/insa/graphs/model/io/package-tree.html
@@ -2,10 +2,10 @@
-
+
org.insa.graphs.model.io Class Hierarchy
-
+
diff --git a/javadoc/org/insa/graphs/model/package-summary.html b/javadoc/org/insa/graphs/model/package-summary.html
index 96f8010..c126b38 100644
--- a/javadoc/org/insa/graphs/model/package-summary.html
+++ b/javadoc/org/insa/graphs/model/package-summary.html
@@ -2,10 +2,10 @@
-
+
org.insa.graphs.model
-
+
diff --git a/javadoc/org/insa/graphs/model/package-tree.html b/javadoc/org/insa/graphs/model/package-tree.html
index b168734..6527c39 100644
--- a/javadoc/org/insa/graphs/model/package-tree.html
+++ b/javadoc/org/insa/graphs/model/package-tree.html
@@ -2,10 +2,10 @@
-
+
org.insa.graphs.model Class Hierarchy
-
+
diff --git a/javadoc/overview-summary.html b/javadoc/overview-summary.html
index f8829c0..32435b3 100644
--- a/javadoc/overview-summary.html
+++ b/javadoc/overview-summary.html
@@ -2,7 +2,7 @@
-
+
Generated Documentation (Untitled)
diff --git a/javadoc/overview-tree.html b/javadoc/overview-tree.html
index b50e18e..7bd1099 100644
--- a/javadoc/overview-tree.html
+++ b/javadoc/overview-tree.html
@@ -2,10 +2,10 @@
-
+
Class Hierarchy
-
+
diff --git a/javadoc/package-search-index.zip b/javadoc/package-search-index.zip
index 9ff3fc1..68daf82 100644
Binary files a/javadoc/package-search-index.zip and b/javadoc/package-search-index.zip differ
diff --git a/javadoc/serialized-form.html b/javadoc/serialized-form.html
index c792a2a..324f7cd 100644
--- a/javadoc/serialized-form.html
+++ b/javadoc/serialized-form.html
@@ -2,10 +2,10 @@
-
+
Serialized Form
-
+
diff --git a/javadoc/type-search-index.zip b/javadoc/type-search-index.zip
index 35eb25e..65c7689 100644
Binary files a/javadoc/type-search-index.zip and b/javadoc/type-search-index.zip differ