Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/15/09 17:30:45 (15 years ago)
Author:
gkronber
Message:

Added code to store variable quality impacts for each model into the CEDMA result DB. #644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/3.3/Ontology.cs

    r1890 r2045  
    100100    public static Entity TypeModel {
    101101      get { return new Entity(CedmaNameSpace + "Model"); }
     102    }
     103    public static Entity TypeVariableImpact {
     104      get { return new Entity(CedmaNameSpace + "VariableQualityImpact"); }
    102105    }
    103106    #endregion
Note: See TracChangeset for help on using the changeset viewer.