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 classTraditionalStaticAssignmentTraditional 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 LinkVolumeAccesseeBPRLinkTravelTimeCost. linkVolumeAccesseeLink volume accessee object for this cost functionMethods in org.planit.cost.physical with parameters of type LinkVolumeAccessee Modifier and Type Method Description voidBPRLinkTravelTimeCost. 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 voidLinkVolumeAccessor. setLinkVolumeAccessee(LinkVolumeAccessee accessee)provide the accessee instance for this accessort to use
-