Uses of Class
org.goplanit.cost.physical.SteadyStateTravelTimeCost
-
Packages that use SteadyStateTravelTimeCost Package Description org.goplanit.cost.physical Contains the definition of physical cost classes -
-
Uses of SteadyStateTravelTimeCost in org.goplanit.cost.physical
Methods in org.goplanit.cost.physical that return SteadyStateTravelTimeCost Modifier and Type Method Description SteadyStateTravelTimeCost
SteadyStateTravelTimeCost. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleSteadyStateTravelTimeCost
SteadyStateTravelTimeCost. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.cost.physical with parameters of type SteadyStateTravelTimeCost Constructor Description SteadyStateTravelTimeCost(SteadyStateTravelTimeCost other, boolean deepCopy)
Copy Constructor
-