Uses of Interface
org.goplanit.interactor.InteractorAccessor
-
Packages that use InteractorAccessor Package Description org.goplanit.assignment.algorithmb org.goplanit.assignment.ltm.eltm org.goplanit.cost.physical Contains the definition of physical cost classesorg.goplanit.interactor Interfaces which must be implemented by event accessor classes -
-
Uses of InteractorAccessor in org.goplanit.assignment.algorithmb
Methods in org.goplanit.assignment.algorithmb that return types with arguments of type InteractorAccessor Modifier and Type Method Description Class<? extends InteractorAccessor<?>>
AlgorithmB. getCompatibleAccessor()
this accessee provides access to this accessor -
Uses of InteractorAccessor in org.goplanit.assignment.ltm.eltm
Methods in org.goplanit.assignment.ltm.eltm that return types with arguments of type InteractorAccessor Modifier and Type Method Description Class<? extends InteractorAccessor<?>>
EventBasedLtm. getCompatibleAccessor()
-
Uses of InteractorAccessor in org.goplanit.cost.physical
Classes in org.goplanit.cost.physical that implement InteractorAccessor Modifier and Type Class Description class
BPRLinkTravelTimeCost
Well known BPR link performance function to compute travel time cost on link segment based on flow and configuration parameters.class
SteadyStateTravelTimeCost
Cost computation for travel times based on the work of Raadsen and Bliemer (2019), Steady-state link travel time methods: Formulation, derivation, classification, and unification. -
Uses of InteractorAccessor in org.goplanit.interactor
Subinterfaces of InteractorAccessor in org.goplanit.interactor Modifier and Type Interface Description interface
LinkInflowOutflowAccessor
Link Volume Accessor interfaceinterface
LinkVolumeAccessor
Link Volume Accessor interfaceinterface
TrafficAssignmentComponentAccessor
Implementing class requires access to one or more traffic assignment components.Methods in org.goplanit.interactor that return types with arguments of type InteractorAccessor Modifier and Type Method Description Class<? extends InteractorAccessor<?>>
InteractorAccessee. getCompatibleAccessor()
this accessee provides access to this accessor
-