- Timestamp:
- 07/18/16 13:44:58 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/decentApp/DECENTEpsilonModelHandler.java
r86 r136 42 42 private boolean useARFFxBinary = false; 43 43 44 /** 45 * path for DECENT model meta data 46 */ 44 47 public static String metaPath = "./decent/models/"; 45 48 … … 300 303 * @param fileName 301 304 * of the file 302 * @return 305 * @return file name 303 306 * @throws URISyntaxException 304 307 */ … … 337 340 * Returns true if decent binary model is used 338 341 * 339 * @return 342 * @return true if binary 340 343 */ 341 344 … … 356 359 * Returns true if arffx binary model is used 357 360 * 358 * @return 361 * @return true if ARFFx 359 362 */ 360 363 public boolean isUseARFFxBinary() {
Note: See TracChangeset
for help on using the changeset viewer.