Uses of Interface
org.goplanit.output.adapter.PathOutputTypeAdapter
-
Packages that use PathOutputTypeAdapter Package Description org.goplanit.assignment.traditionalstatic org.goplanit.output.adapter Output Adapter and Output Type Adapter classes and interfaces -
-
Uses of PathOutputTypeAdapter in org.goplanit.assignment.traditionalstatic
Classes in org.goplanit.assignment.traditionalstatic that implement PathOutputTypeAdapter Modifier and Type Class Description class
TraditionalStaticPathOutputTypeAdapter
Adapter providing access to the data of the TraditionalStaticAssignment class relevant for OD path outputs without exposing the internals of the traffic assignment class itself -
Uses of PathOutputTypeAdapter in org.goplanit.output.adapter
Classes in org.goplanit.output.adapter that implement PathOutputTypeAdapter Modifier and Type Class Description class
PathOutputTypeAdapterImpl
Top-level abstract class which defines the common methods required by Path output type adapters
-