Changeset 49
- Timestamp:
- 03/06/08 00:35:57 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/ConditionalBranch.cs
r2 r49 29 29 public class ConditionalBranch : OperatorBase { 30 30 public override string Description { 31 get { return @"ConditionalBranch expects to have 1 or 2 sub operators.\r\n 32 It will return the 1st sub operator if ""Condition"" is true and the 2nd sub operator if ""Condition"" equals to false.\r\n 33 \r\nIn case a 2nd sub operator does not exist and ""Condition"" would equal to false, Conditional Branch will not return a new operation."; } 31 get { return @"ConditionalBranch expects to have 1 or 2 sub-operators. 32 It will return the 1st sub-operator if ""Condition"" is true and the 2nd sub-operator if ""Condition"" equals to false. 33 34 In case a 2nd sub-operator does not exist and ""Condition"" would equal to false, Conditional Branch will not return a new operation."; } 34 35 } 35 36
Note: See TracChangeset
for help on using the changeset viewer.