| | |
| | | |
| | | private String solverBat; |
| | | |
| | | private String keyFrameBat; |
| | | private String sww2tifBat; |
| | | |
| | | private List<Integer> sizes; |
| | | |
| | | private String terrainFile; |
| | | |
| | | private String buildingFile; |
| | | |
| | | private String buildingKey; |
| | | |
| | | private String waterPath; |
| | | |
| | |
| | | this.flowPath = flowPath; |
| | | } |
| | | |
| | | public String getKeyFrameBat() { |
| | | return keyFrameBat; |
| | | public String getSww2tifBat() { |
| | | return sww2tifBat; |
| | | } |
| | | |
| | | public void setKeyFrameBat(String keyFrameBat) { |
| | | this.keyFrameBat = keyFrameBat; |
| | | public void setSww2tifBat(String sww2tifBat) { |
| | | this.sww2tifBat = sww2tifBat; |
| | | } |
| | | |
| | | public String getBuildingKey() { |
| | | return buildingKey; |
| | | } |
| | | |
| | | public void setBuildingKey(String buildingKey) { |
| | | this.buildingKey = buildingKey; |
| | | } |
| | | } |