Uses of Class
org.planit.cost.virtual.VirtualCost
-
Packages that use VirtualCost Package Description org.planit.cost.virtual Contains the definitions of virtual cost classesorg.planit.trafficassignment Traffic assignment classesorg.planit.trafficassignment.builder Traffic assignment builder classes -
-
Uses of VirtualCost in org.planit.cost.virtual
Subclasses of VirtualCost in org.planit.cost.virtual Modifier and Type Class Description classFixedConnectoidTravelTimeCostClass holding fixed connectoid costs for each connectoid segmentclassSpeedConnectoidTravelTimeCostClass to calculate the connectoid travel time using connectoid speed -
Uses of VirtualCost in org.planit.trafficassignment
Fields in org.planit.trafficassignment declared as VirtualCost Modifier and Type Field Description protected VirtualCostTrafficAssignment. virtualCostThe virtual cost functionMethods in org.planit.trafficassignment that return VirtualCost Modifier and Type Method Description VirtualCostTrafficAssignment. getVirtualCost()Returns the virtual cost object for the current assignmentMethods in org.planit.trafficassignment with parameters of type VirtualCost Modifier and Type Method Description voidTrafficAssignment. setVirtualCost(VirtualCost virtualCost)Set the virtual cost where in case the cost is an InteractorAccessor will trigger an event to get access to the required data via requesting an InteractorAccessee -
Uses of VirtualCost in org.planit.trafficassignment.builder
Fields in org.planit.trafficassignment.builder with type parameters of type VirtualCost Modifier and Type Field Description protected TrafficAssignmentComponentFactory<VirtualCost>TrafficAssignmentBuilder. virtualCostFactoryCost factory to create physical costs to register on the generalized cost.Methods in org.planit.trafficassignment.builder that return VirtualCost Modifier and Type Method Description VirtualCostTrafficAssignmentBuilder. createAndRegisterVirtualCost(String virtualTraveltimeCostFunctionType)Create and Register virtual link cost function to determine travel timeVirtualCostTrafficAssignmentBuilder. getVirtualCost()Collect the virtual cost entity registered on the traffic assignment
-