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 classFixedInitialMacroscopicLinkSegmentCostInitial Link Segment Cost for which all the link segments have the same cost value for a specified modeclassInitialMacroscopicLinkSegmentCostInitial Link Segment Costs stored by modeMethods in org.goplanit.cost.physical.initial that return InitialPhysicalCost Modifier and Type Method Description abstract InitialPhysicalCostInitialPhysicalCost. deepClone()deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleabstract InitialPhysicalCostInitialPhysicalCost. 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
-