Uses of Class
org.planit.cost.physical.initial.InitialPhysicalCost
-
Packages that use InitialPhysicalCost Package Description org.planit.cost.physical.initial Initial Physical Cost objectsorg.planit.project PLANit project classes -
-
Uses of InitialPhysicalCost in org.planit.cost.physical.initial
Subclasses of InitialPhysicalCost in org.planit.cost.physical.initial Modifier and Type Class Description class
InitialLinkSegmentCost
Initial Link Segment Costs stored by modeclass
InitialLinkSegmentCostPeriod
Identical to InitialLinkSegmentCost except that it is directly attached to a particular time period.class
ManualInitialLinkSegmentCost
Initial Link Segment Cost for which all the link segments have the same cost value for a specified mode -
Uses of InitialPhysicalCost in org.planit.project
Fields in org.planit.project with type parameters of type InitialPhysicalCost Modifier and Type Field Description protected TrafficAssignmentComponentFactory<InitialPhysicalCost>
PlanItProjectInput. initialPhysicalCostFactory
Object factory for physical costs
-