Package org.goplanit.od.path
Interface OdPaths
-
- All Superinterfaces:
Comparable<IdAble>
,IdAble
,Iterable<ManagedDirectedPath>
,OdData<ManagedDirectedPath>
- All Known Implementing Classes:
OdPathMatrix
,OdPathsHashed
public interface OdPaths extends OdData<ManagedDirectedPath>
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
compareTo, deepClone, getId, idEquals, idHashCode
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface org.goplanit.utils.od.OdData
getNumberOfOdZones, getValue, getValue, iterator, setValue, shallowClone
-
-