Package org.goplanit.od.path
Interface OdPaths
-
- All Superinterfaces:
Cloneable
,Comparable<IdAble>
,IdAble
,Iterable<DirectedPath>
,OdData<DirectedPath>
- All Known Implementing Classes:
OdPathMatrix
,OdPathsHashed
public interface OdPaths extends OdData<DirectedPath>
A container class for Origin-Destination paths. OdPaths should be Idable. We leave it to the concrete implementations to determine what type of container is used, this is only a placeholder to signify that it concerns a container for paths that is uniquely identifiable- Author:
- markr
-
-
Method Summary
-
Methods inherited from interface org.goplanit.utils.id.IdAble
clone, compareTo, getId, idEquals, idHashCode
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-