Changeset 8016 for trunk/sources/HeuristicLab.Analysis/3.3/ValueAnalysis
- Timestamp:
- 06/17/12 00:58:19 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Analysis/3.3/ValueAnalysis
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Analysis/3.3/ValueAnalysis/ValueAnalyzer.cs ΒΆ
r7259 r8016 34 34 /// An operator which analyzes a value in the scope tree. 35 35 /// </summary> 36 [Item("ValueAnalyzer", "An operator which analyzes a value in the scope tree .")]36 [Item("ValueAnalyzer", "An operator which analyzes a value in the scope tree (current scope and children).")] 37 37 [StorableClass] 38 38 public sealed class ValueAnalyzer : AlgorithmOperator, IAnalyzer {
Note: See TracChangeset
for help on using the changeset viewer.