Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/08 19:55:13 (16 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/DoubleBoundedConstraint.cs

    r344 r764  
    128128    }
    129129
    130     public override void Accept(IConstraintVisitor visitor) {
    131       visitor.Visit(this);
    132     }
    133 
    134130    #region persistence
    135131    public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<Guid, IStorable> persistedObjects) {
Note: See TracChangeset for help on using the changeset viewer.