Uses of Class
org.goplanit.output.adapter.OutputTypeAdapterImpl
-
Packages that use OutputTypeAdapterImpl 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 OutputTypeAdapterImpl in org.goplanit.assignment.ltm.sltm
Subclasses of OutputTypeAdapterImpl 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 OutputTypeAdapterImpl in org.goplanit.assignment.traditionalstatic
Subclasses of OutputTypeAdapterImpl 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 itselfclass
TraditionalStaticAssignmentOdOutputTypeAdapter
Adapter providing access to the data of the TraditionalStaticAssignment class relevant for origin-destination outputs without exposing the internals of the traffic assignment class itselfclass
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 OutputTypeAdapterImpl in org.goplanit.output.adapter
Subclasses of OutputTypeAdapterImpl 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.class
OdOutputTypeAdapterImpl
Top-level abstract class which defines the common methods required by OD output type adaptersclass
PathOutputTypeAdapterImpl
Top-level abstract class which defines the common methods required by Path output type adaptersclass
PhysicalLinkOutputTypeAdapterImpl
Abstract class which defines the common methods required by Link output type adapters that specifically pertain to networks that have adopted physical layers for their network representationclass
UntypedLinkOutputTypeAdapterImpl<LS extends LinkSegment>
Top-level abstract class which defines the common methods required by Link output type adapters
-