Package de.uka.ipd.sdq.pcm.cost.helper
Class CostUtil
java.lang.Object
de.uka.ipd.sdq.pcm.cost.helper.CostUtil
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetDoubleFromSpecification(String specification) doublestatic CostUtildoublestatic doublegetTotalCost(double initialCost, double operatingCost, double interest, int numberOfYears) static doublegetTotalCost(Cost cost) void
-
Method Details
-
getInstance
-
getDoubleFromSpecification
-
getOperatingCost
-
getInitialCost
-
resetCache
public void resetCache() -
getTotalCost
-
getTotalCost
public static double getTotalCost(double initialCost, double operatingCost, double interest, int numberOfYears)
-