- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs
r13368 r14711 41 41 42 42 [Item("ProgrammableOperator", "An operator that can be programmed for arbitrary needs.")] 43 [Storable Class("05146A85-A31F-41EF-BCC7-FBD7A637CC2F")]43 [StorableType("05146A85-A31F-41EF-BCC7-FBD7A637CC2F")] 44 44 public class ProgrammableOperator : Operator, IParameterizedNamedItem, IStorableContent, IProgrammableItem { 45 45 -
branches/PersistenceOverhaul/HeuristicLab.Operators.Programmable/3.3/ProgrammableSingleSuccessorOperator.cs
r13368 r14711 28 28 29 29 [Item("ProgrammableSingleSuccessorOperator", "An operator that can be programmed for arbitrary needs and handle a single successor.")] 30 [Storable Class("5E52636F-D400-4D8D-ADBA-630997C85826")]30 [StorableType("5E52636F-D400-4D8D-ADBA-630997C85826")] 31 31 public class ProgrammableSingleSuccessorOperator : ProgrammableOperator { 32 32
Note: See TracChangeset
for help on using the changeset viewer.