Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/08 19:55:13 (15 years ago)
Author:
gkronber
Message:

removed visitor classes and methods in HeuristicLab.Constraints and replaced visitor with manual dispatch. #343 (Rethink about usefulness of visitors for ObjectData and Constraints)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Constraints/AndConstraint.cs

    r40 r764  
    6868    }
    6969
    70     public override void Accept(IConstraintVisitor visitor) {
    71       visitor.Visit(this);
    72     }
    73 
    7470    #region persistence
    7571    public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<Guid,IStorable> persistedObjects) {
Note: See TracChangeset for help on using the changeset viewer.