Changeset 8358
- Timestamp:
- 07/30/12 13:43:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/SubScopesCounter.cs
r8357 r8358 45 45 public SubScopesCounter() { 46 46 Parameters.Add(new LookupParameter<IntValue>("Value", "The value that should be incremented by the number of direct sub-scopes. It will be created in the current scope if the value is not found.")); 47 Parameters.Add(new ValueParameter<BoolValue>("Accumulate", " .", new BoolValue(true)));47 Parameters.Add(new ValueParameter<BoolValue>("Accumulate", "True if the number of direct sub-scopes should be accumulated, false if the number should be assigned.", new BoolValue(true))); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.