Uses of Package
org.goplanit.utils.od
-
Packages that use org.goplanit.utils.od Package Description org.goplanit.od.demand Contains the definitions of the Origin-Destination Demand classesorg.goplanit.od.path This package holds the origin-destination path objects.org.goplanit.od.skim This package holds the origin-destination Skim Matrix objects.org.goplanit.output.adapter Output Adapter and Output Type Adapter classes and interfacesorg.goplanit.utils.od Top-level abstract interfaces to handle Origin-Destination Data -
Classes in org.goplanit.utils.od used by org.goplanit.od.demand Class Description OdData Interface defining methods for objects which store data related to origin and destinationOdDataImpl Base class containing common methods required by all classes which implement ODDataOdDataIterator Defines methods for an iterator which moves through a matrix of origin-destination cellsOdMatrix This class contains common methods for handling origin-demand matrices of a certain type where the entire matrix is modelled even if some combinations of ODs do not contain any data.OdMatrixImpl This class contains common methods for handling origin-demand matrices.OdMatrixIterator BAse matrix oriented Iterator which runs through rows and columns of some matrix type of container, making the value, row and column of each cell availableOdPrimitiveMatrix This class contains common methods for handling origin-demand matrices.OdPrimitiveMatrixIterator Iterator of OdMatrix with primitives stored as Array2D -
Classes in org.goplanit.utils.od used by org.goplanit.od.path Class Description OdData Interface defining methods for objects which store data related to origin and destinationOdDataImpl Base class containing common methods required by all classes which implement ODDataOdDataIterator Defines methods for an iterator which moves through a matrix of origin-destination cellsOdHashed This interface represents a hashed based implementation for handling origin-demand matrices of a certain type where the data is modelled by a single hash key generated from the OD zone informationOdHashedImpl This class stores paths by their origin and destination by creating a unique hash for the combined ids of the od zones.OdHashedIterator Base Hash key oriented Iterator which runs through available ods that have non-zero valuesOdMatrix This class contains common methods for handling origin-demand matrices of a certain type where the entire matrix is modelled even if some combinations of ODs do not contain any data.OdMatrixImpl This class contains common methods for handling origin-demand matrices.OdMatrixIterator BAse matrix oriented Iterator which runs through rows and columns of some matrix type of container, making the value, row and column of each cell availableOdNonPrimitiveMatrix This class contains common methods for handling origin-demand matrices where values are non primitive types, i.e.OdNonPrimitiveMatrixIterator Iterator of OdMatrix with objects stored as raw two dimensional array -
Classes in org.goplanit.utils.od used by org.goplanit.od.skim Class Description OdData Interface defining methods for objects which store data related to origin and destinationOdDataImpl Base class containing common methods required by all classes which implement ODDataOdDataIterator Defines methods for an iterator which moves through a matrix of origin-destination cellsOdMatrix This class contains common methods for handling origin-demand matrices of a certain type where the entire matrix is modelled even if some combinations of ODs do not contain any data.OdMatrixImpl This class contains common methods for handling origin-demand matrices.OdMatrixIterator BAse matrix oriented Iterator which runs through rows and columns of some matrix type of container, making the value, row and column of each cell availableOdPrimitiveMatrix This class contains common methods for handling origin-demand matrices.OdPrimitiveMatrixIterator Iterator of OdMatrix with primitives stored as Array2D -
Classes in org.goplanit.utils.od used by org.goplanit.output.adapter Class Description OdDataIterator Defines methods for an iterator which moves through a matrix of origin-destination cells -
Classes in org.goplanit.utils.od used by org.goplanit.utils.od Class Description OdData Interface defining methods for objects which store data related to origin and destinationOdDataImpl Base class containing common methods required by all classes which implement ODDataOdDataIterator Defines methods for an iterator which moves through a matrix of origin-destination cellsOdHashed This interface represents a hashed based implementation for handling origin-demand matrices of a certain type where the data is modelled by a single hash key generated from the OD zone informationOdHashedImpl This class stores paths by their origin and destination by creating a unique hash for the combined ids of the od zones.OdHashedIterator Base Hash key oriented Iterator which runs through available ods that have non-zero valuesOdMatrix This class contains common methods for handling origin-demand matrices of a certain type where the entire matrix is modelled even if some combinations of ODs do not contain any data.OdMatrixImpl This class contains common methods for handling origin-demand matrices.OdMatrixIterator BAse matrix oriented Iterator which runs through rows and columns of some matrix type of container, making the value, row and column of each cell availableOdNonPrimitiveMatrix This class contains common methods for handling origin-demand matrices where values are non primitive types, i.e.OdPrimitiveMatrix This class contains common methods for handling origin-demand matrices.