Uses of Class
neqsim.process.fielddevelopment.economics.CashFlowEngine.AnnualCashFlow
Packages that use CashFlowEngine.AnnualCashFlow
Package
Description
Economics package for field development analysis.
-
Uses of CashFlowEngine.AnnualCashFlow in neqsim.process.fielddevelopment.economics
Fields in neqsim.process.fielddevelopment.economics with type parameters of type CashFlowEngine.AnnualCashFlowModifier and TypeFieldDescriptionprivate final List<CashFlowEngine.AnnualCashFlow> CashFlowEngine.CashFlowResult.annualCashFlowsMethods in neqsim.process.fielddevelopment.economics that return types with arguments of type CashFlowEngine.AnnualCashFlowModifier and TypeMethodDescriptionCashFlowEngine.CashFlowResult.getAnnualCashFlows()Gets all annual cash flows.Method parameters in neqsim.process.fielddevelopment.economics with type arguments of type CashFlowEngine.AnnualCashFlowModifier and TypeMethodDescriptionprivate doubleCashFlowEngine.calculateIRR(List<CashFlowEngine.AnnualCashFlow> cashFlows) Constructor parameters in neqsim.process.fielddevelopment.economics with type arguments of type CashFlowEngine.AnnualCashFlowModifierConstructorDescriptionCashFlowResult(List<CashFlowEngine.AnnualCashFlow> annualCashFlows, double npv, double irr, double paybackYears, double discountRate, double totalCapex, int firstYear, int lastYear) Creates a new cash flow result.