Changeset 3160 for trunk/sources/HeuristicLab.Parameters
- Timestamp:
- 03/22/10 03:25:21 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Parameters/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters/3.3/OperatorParameter.cs
r3017 r3160 29 29 [Item("OperatorParameter", "A parameter which represents an operator.")] 30 30 [StorableClass] 31 [Creatable("Test")]32 31 public class OperatorParameter : OptionalValueParameter<IOperator> { 33 32 public OperatorParameter() -
trunk/sources/HeuristicLab.Parameters/3.3/ScopeParameter.cs
r3017 r3160 31 31 [Item("ScopeParameter", "A parameter which represents the current scope.")] 32 32 [StorableClass] 33 [Creatable("Test")]34 33 public class ScopeParameter : Parameter { 35 34 public new IScope ActualValue {
Note: See TracChangeset
for help on using the changeset viewer.