Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/11 13:14:11 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBProblem.cs

    r5640 r5667  
    4242    }
    4343    private IProblem problem;
    44     public IProblem Problem {
     44    protected IProblem Problem {
    4545      get { return problem; }
    4646      private set {
     
    153153    }
    154154
     155    public IProblem CloneProblem() {
     156      return (IProblem)Problem.Clone();
     157    }
     158
    155159    public void CollectParameterValues(IDictionary<string, IItem> values) {
    156160      Problem.CollectParameterValues(values);
Note: See TracChangeset for help on using the changeset viewer.