Ignore:
Timestamp:
07/18/16 13:44:58 (8 years ago)
Author:
sherbold
Message:
  • more code documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/decentApp/DECENTEpsilonModelHandler.java

    r86 r136  
    4242    private boolean useARFFxBinary = false; 
    4343 
     44    /** 
     45     * path for DECENT model meta data 
     46     */ 
    4447    public static String metaPath = "./decent/models/"; 
    4548 
     
    300303     * @param fileName 
    301304     *            of the file 
    302      * @return 
     305     * @return file name 
    303306     * @throws URISyntaxException 
    304307     */ 
     
    337340     * Returns true if decent binary model is used 
    338341     *  
    339      * @return 
     342     * @return true if binary 
    340343     */ 
    341344 
     
    356359     * Returns true if arffx binary model is used 
    357360     *  
    358      * @return 
     361     * @return true if ARFFx 
    359362     */ 
    360363    public boolean isUseARFFxBinary() { 
Note: See TracChangeset for help on using the changeset viewer.