Changeset 2048
- Timestamp:
- 06/16/09 09:45:08 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Server/3.3/ExecuterBase.cs
r2047 r2048 73 73 store.Add(new Statement(modelEntity, Ontology.InstanceOf, Ontology.TypeModel)); 74 74 StoreEntityAttribute(modelEntity, Ontology.TargetVariable, finishedAlgorithm.Model.TargetVariable); 75 StoreEntityAttribute(modelEntity, Ontology. AlgorithmName, finishedAlgorithm.Description);75 StoreEntityAttribute(modelEntity, Ontology.Name, finishedAlgorithm.Description); 76 76 77 77 IModel model = finishedAlgorithm.Model;
Note: See TracChangeset
for help on using the changeset viewer.