- Timestamp:
- 07/18/16 12:26:03 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/IDecentVersionLoader.java
r86 r135 19 19 import de.ugoe.cs.cpdp.versions.SoftwareVersion; 20 20 21 /** 22 * <p> 23 * Extends the version load for the loading of DECENT models 24 * </p> 25 * 26 * @author Fabian Trautsch 27 */ 21 28 public interface IDecentVersionLoader extends IVersionLoader { 22 29 30 /** 31 * <p> 32 * loads the versions and defines the DECENT attributes to be used 33 * </p> 34 * 35 * @param decentAttributes the attributes 36 * @return the versions 37 */ 23 38 public List<SoftwareVersion> load(List<String> decentAttributes); 24 39
Note: See TracChangeset
for help on using the changeset viewer.