Changeset 136 for trunk/CrossPare/src/de/ugoe/cs/cpdp/decentApp
- Timestamp:
- 07/18/16 13:44:58 (8 years ago)
- 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 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() { -
trunk/CrossPare/src/de/ugoe/cs/cpdp/decentApp/ResourceTool.java
r86 r136 120 120 121 121 /** 122 * Loads a res source from XMI122 * Loads a resource from XMI 123 123 * 124 124 * @param inputPath 125 125 * path to the xmi 126 126 * @param extension 127 * of the res source to load127 * of the resource to load 128 128 * @param p 129 129 * the given EPackage 130 * @return 130 * @return the resource 131 131 */ 132 132 // TODO: workarounds copied from respective methods without EPackage parameter … … 156 156 157 157 /** 158 * Loads a res source from XMI158 * Loads a resource from XMI 159 159 * 160 160 * @param inputPath … … 162 162 * @param extension 163 163 * of the ressource to load 164 * @return 164 * @return the resource 165 165 */ 166 166 … … 187 187 188 188 /** 189 * Gets a res source from a binary form189 * Gets a resource from a binary form 190 190 * 191 191 * @param inputPath … … 194 194 * of the model to load 195 195 * @param p 196 * EPackage to put the loaded res source in197 * @return 196 * EPackage to put the loaded resource in 197 * @return the resource 198 198 */ 199 199 public Resource getResourceFromBinary(String inputPath, String extension, EPackage p) { … … 218 218 219 219 /** 220 * Loads a res source from a binary form220 * Loads a resource from a binary form 221 221 * 222 222 * @param inputPath … … 225 225 * of the model to load 226 226 * @param p 227 * EPackage to put the loaded res source in228 * @return 227 * EPackage to put the loaded resource in 228 * @return the resource 229 229 */ 230 230 // TODO: workarounds copied from respective methods without EPackage parameter … … 266 266 267 267 /** 268 * Loads a res source from a binary form268 * Loads a resource from a binary form 269 269 * 270 270 * @param inputPath … … 272 272 * @param extension 273 273 * of the model to load 274 * @return 274 * @return the resource 275 275 */ 276 276 @SuppressWarnings(
Note: See TracChangeset
for help on using the changeset viewer.