Uses of Interface
org.goplanit.output.adapter.OutputTypeAdapter
-
Packages that use OutputTypeAdapter Package Description org.goplanit.assignment Traffic assignment classesorg.goplanit.assignment.algorithmb org.goplanit.assignment.ltm.eltm org.goplanit.assignment.ltm.sltm org.goplanit.assignment.traditionalstatic org.goplanit.output output writer related classesorg.goplanit.output.adapter Output Adapter and Output Type Adapter classes and interfaces -
-
Uses of OutputTypeAdapter in org.goplanit.assignment
Methods in org.goplanit.assignment that return OutputTypeAdapter Modifier and Type Method Description abstract OutputTypeAdapter
TrafficAssignment. createOutputTypeAdapter(OutputType outputType)
Create the output type adapter for the current output type, specifically tailored towards the assignment type that we are builing -
Uses of OutputTypeAdapter in org.goplanit.assignment.algorithmb
Methods in org.goplanit.assignment.algorithmb that return OutputTypeAdapter Modifier and Type Method Description OutputTypeAdapter
AlgorithmB. createOutputTypeAdapter(OutputType outputType)
-
Uses of OutputTypeAdapter in org.goplanit.assignment.ltm.eltm
Methods in org.goplanit.assignment.ltm.eltm that return OutputTypeAdapter Modifier and Type Method Description OutputTypeAdapter
EventBasedLtm. createOutputTypeAdapter(OutputType outputType)
-
Uses of OutputTypeAdapter in org.goplanit.assignment.ltm.sltm
Classes in org.goplanit.assignment.ltm.sltm that implement OutputTypeAdapter 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 itselfMethods in org.goplanit.assignment.ltm.sltm that return OutputTypeAdapter Modifier and Type Method Description OutputTypeAdapter
StaticLtm. createOutputTypeAdapter(OutputType outputType)
Create the output type adapter for the current output type, specifically tailored towards the assignment type that we are builing -
Uses of OutputTypeAdapter in org.goplanit.assignment.traditionalstatic
Classes in org.goplanit.assignment.traditionalstatic that implement OutputTypeAdapter 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 itselfMethods in org.goplanit.assignment.traditionalstatic that return OutputTypeAdapter Modifier and Type Method Description OutputTypeAdapter
TraditionalStaticAssignment. createOutputTypeAdapter(OutputType outputType)
Create the output type adapter for the current output type, specifically tailored towards the assignment type that we are builing -
Uses of OutputTypeAdapter in org.goplanit.output
Methods in org.goplanit.output with parameters of type OutputTypeAdapter Modifier and Type Method Description void
OutputManager. registerOutputTypeAdapter(OutputTypeAdapter outputTypeAdapter)
Register the OutputTypeAdapter for a given output type -
Uses of OutputTypeAdapter in org.goplanit.output.adapter
Subinterfaces of OutputTypeAdapter in org.goplanit.output.adapter Modifier and Type Interface Description interface
MacroscopicLinkOutputTypeAdapter
Interface defining the methods required for a macroscopic link (segment) output adapterinterface
OdOutputTypeAdapter
Interface defining the methods required for an Origin-Destination output adapterinterface
PathOutputTypeAdapter
Output type adapter interface for pathsinterface
UntypedLinkOutputTypeAdapter<T extends LinkSegment>
Interface defining the methods required for a link output adapterClasses in org.goplanit.output.adapter that implement OutputTypeAdapter 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
OutputTypeAdapterImpl
Top-level abstract class which defines the common methods required by all 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 adaptersMethods in org.goplanit.output.adapter that return OutputTypeAdapter Modifier and Type Method Description OutputTypeAdapter
OutputAdapter. getOutputTypeAdapter(OutputType outputType)
Retrieve an output type adapter for a specified output typeMethods in org.goplanit.output.adapter with parameters of type OutputTypeAdapter Modifier and Type Method Description void
OutputAdapter. registerOutputTypeAdapter(OutputType outputType, OutputTypeAdapter outputTypeAdapter)
Store an output type adapters for a specified output type
-