Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/11 11:04:02 (13 years ago)
Author:
cneumuel
Message:

#1424

  • created extension method GetObjectGraphObjects for objects
  • created IStatefulItem interface, which means an object has a state which can be initialized and cleared
  • after an algorithm stopped, all objects of the algorithm-objectgraph with the type IStatefulItem are cleared
  • on prepare, all IStatefulItem objects are initialized
Location:
trunk/sources/HeuristicLab.Core/3.3
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r5809 r6103  
    147147    <Compile Include="Interfaces\IMultiOperator.cs" />
    148148    <Compile Include="Interfaces\IFixedValueParameter.cs" />
     149    <Compile Include="Interfaces\IStatefulItem.cs" />
    149150    <Compile Include="OperatorExecutionException.cs" />
    150151    <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" />
Note: See TracChangeset for help on using the changeset viewer.