Uses of Interface
org.goplanit.output.adapter.UntypedLinkOutputTypeAdapter
-
Packages that use UntypedLinkOutputTypeAdapter 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 UntypedLinkOutputTypeAdapter in org.goplanit.assignment.ltm.sltm
Classes in org.goplanit.assignment.ltm.sltm that implement UntypedLinkOutputTypeAdapter 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 UntypedLinkOutputTypeAdapter in org.goplanit.assignment.traditionalstatic
Classes in org.goplanit.assignment.traditionalstatic that implement UntypedLinkOutputTypeAdapter 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 UntypedLinkOutputTypeAdapter in org.goplanit.output.adapter
Subinterfaces of UntypedLinkOutputTypeAdapter in org.goplanit.output.adapter Modifier and Type Interface Description interface
MacroscopicLinkOutputTypeAdapter
Interface defining the methods required for a macroscopic link (segment) output adapterClasses in org.goplanit.output.adapter that implement UntypedLinkOutputTypeAdapter Modifier and Type Class Description class
MacroscopicLinkOutputTypeAdapterImpl
Top-level abstract class which defines the common methods required by macroscopic link output type adapters.class
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
-