Uses of Interface
org.planit.interactor.LinkVolumeAccessee
-
Packages that use LinkVolumeAccessee Package Description org.planit.assignment.traditionalstatic org.planit.cost.physical Contains the definition of physical cost classesorg.planit.interactor Interfaces which must be implemented by event accessor classes -
-
Uses of LinkVolumeAccessee in org.planit.assignment.traditionalstatic
Classes in org.planit.assignment.traditionalstatic that implement LinkVolumeAccessee Modifier and Type Class Description class
TraditionalStaticAssignment
Traditional static assignment traffic component.This is the class that conducts the actual assignment. -
Uses of LinkVolumeAccessee in org.planit.cost.physical
Fields in org.planit.cost.physical declared as LinkVolumeAccessee Modifier and Type Field Description protected LinkVolumeAccessee
BPRLinkTravelTimeCost. linkVolumeAccessee
Link volume accessee object for this cost functionMethods in org.planit.cost.physical with parameters of type LinkVolumeAccessee Modifier and Type Method Description void
BPRLinkTravelTimeCost. setLinkVolumeAccessee(LinkVolumeAccessee linkVolumeAccessee)
we expect a link volume accessee to be provided by the environment. -
Uses of LinkVolumeAccessee in org.planit.interactor
Methods in org.planit.interactor with parameters of type LinkVolumeAccessee Modifier and Type Method Description void
LinkVolumeAccessor. setLinkVolumeAccessee(LinkVolumeAccessee accessee)
provide the accessee instance for this accessort to use
-