Uses of Interface
org.goplanit.interactor.LinkInflowOutflowAccessee
-
Packages that use LinkInflowOutflowAccessee Package Description org.goplanit.assignment.ltm.sltm org.goplanit.cost.physical Contains the definition of physical cost classesorg.goplanit.interactor Interfaces which must be implemented by event accessor classes -
-
Uses of LinkInflowOutflowAccessee in org.goplanit.assignment.ltm.sltm
Classes in org.goplanit.assignment.ltm.sltm that implement LinkInflowOutflowAccessee Modifier and Type Class Description class
StaticLtm
Static Link Transmission Model implementation (sLTM) for network loading based on solution method presented in Raadsen and Bliemer (2021) General solution scheme for the Static Link Transmission Model . -
Uses of LinkInflowOutflowAccessee in org.goplanit.cost.physical
Methods in org.goplanit.cost.physical with parameters of type LinkInflowOutflowAccessee Modifier and Type Method Description void
SteadyStateTravelTimeCost. setAccessee(LinkInflowOutflowAccessee accessee)
Set the accessee to allow access -
Uses of LinkInflowOutflowAccessee in org.goplanit.interactor
Methods in org.goplanit.interactor that return types with arguments of type LinkInflowOutflowAccessee Modifier and Type Method Description default Class<LinkInflowOutflowAccessee>
LinkInflowOutflowAccessor. getCompatibleAccessee()
each interactor requires access from this accessee
-