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