Ignore:
Timestamp:
07/18/16 13:44:58 (8 years ago)
Author:
sherbold
Message:
  • more code documentation
Location:
trunk/CrossPare/src/de/ugoe/cs/cpdp/decentApp
Files:
2 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() { 
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/decentApp/ResourceTool.java

    r86 r136  
    120120 
    121121    /** 
    122      * Loads a ressource from XMI 
     122     * Loads a resource from XMI 
    123123     *  
    124124     * @param inputPath 
    125125     *            path to the xmi 
    126126     * @param extension 
    127      *            of the ressource to load 
     127     *            of the resource to load 
    128128     * @param p 
    129129     *            the given EPackage 
    130      * @return 
     130     * @return the resource 
    131131     */ 
    132132    // TODO: workarounds copied from respective methods without EPackage parameter 
     
    156156 
    157157    /** 
    158      * Loads a ressource from XMI 
     158     * Loads a resource from XMI 
    159159     *  
    160160     * @param inputPath 
     
    162162     * @param extension 
    163163     *            of the ressource to load 
    164      * @return 
     164     * @return the resource 
    165165     */ 
    166166 
     
    187187 
    188188    /** 
    189      * Gets a ressource from a binary form 
     189     * Gets a resource from a binary form 
    190190     *  
    191191     * @param inputPath 
     
    194194     *            of the model to load 
    195195     * @param p 
    196      *            EPackage to put the loaded ressource in 
    197      * @return 
     196     *            EPackage to put the loaded resource in 
     197     * @return the resource 
    198198     */ 
    199199    public Resource getResourceFromBinary(String inputPath, String extension, EPackage p) { 
     
    218218 
    219219    /** 
    220      * Loads a ressource from a binary form 
     220     * Loads a resource from a binary form 
    221221     *  
    222222     * @param inputPath 
     
    225225     *            of the model to load 
    226226     * @param p 
    227      *            EPackage to put the loaded ressource in 
    228      * @return 
     227     *            EPackage to put the loaded resource in 
     228     * @return the resource 
    229229     */ 
    230230    // TODO: workarounds copied from respective methods without EPackage parameter 
     
    266266 
    267267    /** 
    268      * Loads a ressource from a binary form 
     268     * Loads a resource from a binary form 
    269269     *  
    270270     * @param inputPath 
     
    272272     * @param extension 
    273273     *            of the model to load 
    274      * @return 
     274     * @return the resource 
    275275     */ 
    276276    @SuppressWarnings( 
Note: See TracChangeset for help on using the changeset viewer.