Changeset 9431 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/CombinedOperator.cs
- Timestamp:
- 05/03/13 10:08:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/CombinedOperator.cs
r8711 r9431 54 54 public virtual void InitializeOperators() { } 55 55 56 protected IOperation BaseApply() { 57 return base.Apply(); 58 } 59 56 60 public override IOperation Apply() { 57 61 if (Operators.Count == 0)
Note: See TracChangeset
for help on using the changeset viewer.