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 classStaticLtmLinkOutputTypeAdapterAdapter 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 classTraditionalStaticAssignmentLinkOutputTypeAdapterAdapter providing access to the data of the TraditionalStaticAssignment class relevant for link outputs without exposing the internals of the traffic assignment class itselfclassTraditionalStaticAssignmentOdOutputTypeAdapterAdapter providing access to the data of the TraditionalStaticAssignment class relevant for origin-destination outputs without exposing the internals of the traffic assignment class itselfclassTraditionalStaticPathOutputTypeAdapterAdapter 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 classMacroscopicLinkOutputTypeAdapterImplTop-level abstract class which defines the common methods required by macroscopic link output type adapters.classOdOutputTypeAdapterImplTop-level abstract class which defines the common methods required by OD output type adaptersclassPathOutputTypeAdapterImplTop-level abstract class which defines the common methods required by Path output type adaptersclassPhysicalLinkOutputTypeAdapterImplAbstract 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 representationclassUntypedLinkOutputTypeAdapterImpl<LS extends LinkSegment>Top-level abstract class which defines the common methods required by Link output type adapters
-