Uses of Class
org.goplanit.cost.physical.initial.InitialPhysicalCost
-
Packages that use InitialPhysicalCost Package Description org.goplanit.cost.physical.initial Initial Physical Cost objects -
-
Uses of InitialPhysicalCost in org.goplanit.cost.physical.initial
Subclasses of InitialPhysicalCost in org.goplanit.cost.physical.initial Modifier and Type Class Description class
FixedInitialMacroscopicLinkSegmentCost
Initial Link Segment Cost for which all the link segments have the same cost value for a specified modeclass
InitialMacroscopicLinkSegmentCost
Initial Link Segment Costs stored by modeMethods in org.goplanit.cost.physical.initial that return InitialPhysicalCost Modifier and Type Method Description abstract InitialPhysicalCost
InitialPhysicalCost. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleabstract InitialPhysicalCost
InitialPhysicalCost. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.cost.physical.initial with parameters of type InitialPhysicalCost Constructor Description InitialPhysicalCost(InitialPhysicalCost other, boolean deepCopy)
Copy constructor
-