Free cookie consent management tool by TermsFeed Policy Generator

Changeset 49


Ignore:
Timestamp:
03/06/08 00:35:57 (16 years ago)
Author:
swagner
Message:

Updated operator description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/ConditionalBranch.cs

    r2 r49  
    2929  public class ConditionalBranch : OperatorBase {
    3030    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.
     32It will return the 1st sub-operator if ""Condition"" is true and the 2nd sub-operator if ""Condition"" equals to false.
     33
     34In case a 2nd sub-operator does not exist and ""Condition"" would equal to false, Conditional Branch will not return a new operation."; }
    3435    }
    3536
Note: See TracChangeset for help on using the changeset viewer.