source:
branches/OKB/HeuristicLab.OKB.ParameterTable/IOperatorParameter.cs
@
7068
Last change on this file since 7068 was 4311, checked in by swagner, 14 years ago | |
---|---|
File size: 247 bytes |
Rev | Line | |
---|---|---|
[4311] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | ||
6 | namespace HeuristicLab.OKB.ParameterTable { | |
7 | ||
8 | public interface IOperatorParameter : IParameterAccessor { | |
9 | void Set(); | |
10 | void Show(); | |
11 | } | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.