Uses of Class
org.goplanit.output.adapter.UntypedLinkOutputTypeAdapterImpl
-
Packages that use UntypedLinkOutputTypeAdapterImpl 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 UntypedLinkOutputTypeAdapterImpl in org.goplanit.assignment.ltm.sltm
Subclasses of UntypedLinkOutputTypeAdapterImpl in org.goplanit.assignment.ltm.sltm 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 UntypedLinkOutputTypeAdapterImpl in org.goplanit.assignment.traditionalstatic
Subclasses of UntypedLinkOutputTypeAdapterImpl in org.goplanit.assignment.traditionalstatic 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 UntypedLinkOutputTypeAdapterImpl in org.goplanit.output.adapter
Subclasses of UntypedLinkOutputTypeAdapterImpl in org.goplanit.output.adapter Modifier and Type Class Description class
MacroscopicLinkOutputTypeAdapterImpl
Top-level abstract class which defines the common methods required by macroscopic link output type adapters.
-