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 OutputTypeAdapterTrafficAssignment. 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 OutputTypeAdapterAlgorithmB. 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 OutputTypeAdapterEventBasedLtm. 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 classStaticLtmLinkOutputTypeAdapterAdapter 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 OutputTypeAdapterStaticLtm. 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 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 itselfMethods in org.goplanit.assignment.traditionalstatic that return OutputTypeAdapter Modifier and Type Method Description OutputTypeAdapterTraditionalStaticAssignment. 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 voidOutputManager. 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 interfaceMacroscopicLinkOutputTypeAdapterInterface defining the methods required for a macroscopic link (segment) output adapterinterfaceOdOutputTypeAdapterInterface defining the methods required for an Origin-Destination output adapterinterfacePathOutputTypeAdapterOutput type adapter interface for pathsinterfaceUntypedLinkOutputTypeAdapter<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 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 adaptersclassOutputTypeAdapterImplTop-level abstract class which defines the common methods required by all 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 adaptersMethods in org.goplanit.output.adapter that return OutputTypeAdapter Modifier and Type Method Description OutputTypeAdapterOutputAdapter. 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 voidOutputAdapter. registerOutputTypeAdapter(OutputType outputType, OutputTypeAdapter outputTypeAdapter)Store an output type adapters for a specified output type
-