public class Economics extends Object
| Constructor and Description |
|---|
Economics() |
Economics(int startYear,
int endYear) |
| Modifier and Type | Method and Description |
|---|---|
Values |
getDepreciatedValues() |
int |
getEndYear() |
Parameters |
getParameters() |
int |
getStartYear() |
Values |
getUndepreciatedValues() |
void |
InitYearEntries(int startYear,
int endYear) |
void |
printAll(Model model) |
void |
printValues(Values values) |
void |
setDepreciatedValues(Values depreciatedValues) |
void |
setEndYear(int endYear) |
void |
setParameters(Parameters parameters) |
void |
setStartYear(int startYear) |
void |
setUndepreciatedValues(Values undepreciatedValues) |
public Economics()
public Economics(int startYear,
int endYear)
public void InitYearEntries(int startYear,
int endYear)
public Values getUndepreciatedValues()
public void setUndepreciatedValues(Values undepreciatedValues)
public Values getDepreciatedValues()
public void setDepreciatedValues(Values depreciatedValues)
public Parameters getParameters()
public void setParameters(Parameters parameters)
public int getStartYear()
public void setStartYear(int startYear)
public int getEndYear()
public void setEndYear(int endYear)
public void printValues(Values values)
public void printAll(Model model)
Copyright © 2019. All Rights Reserved.