Uses of Interface
org.goplanit.output.adapter.MacroscopicLinkOutputTypeAdapter
-
Packages that use MacroscopicLinkOutputTypeAdapter Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.traditionalstatic org.goplanit.output.adapter Output Adapter and Output Type Adapter classes and interfaces -
-
Uses of MacroscopicLinkOutputTypeAdapter in org.goplanit.assignment.ltm.sltm
Classes in org.goplanit.assignment.ltm.sltm that implement MacroscopicLinkOutputTypeAdapter Modifier and Type Class Description class
StaticLtmLinkOutputTypeAdapter
Adapter providing access to the data of the StaticLtm class relevant for link outputs without exposing the internals of the traffic assignment class itself -
Uses of MacroscopicLinkOutputTypeAdapter in org.goplanit.assignment.traditionalstatic
Classes in org.goplanit.assignment.traditionalstatic that implement MacroscopicLinkOutputTypeAdapter Modifier and Type Class Description class
TraditionalStaticAssignmentLinkOutputTypeAdapter
Adapter providing access to the data of the TraditionalStaticAssignment class relevant for link outputs without exposing the internals of the traffic assignment class itself -
Uses of MacroscopicLinkOutputTypeAdapter in org.goplanit.output.adapter
Classes in org.goplanit.output.adapter that implement MacroscopicLinkOutputTypeAdapter Modifier and Type Class Description class
MacroscopicLinkOutputTypeAdapterImpl
Top-level abstract class which defines the common methods required by macroscopic link output type adapters.
-