Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimulationCore/HeuristicLab.SimulationCore/3.3/DiscreteEvent/Interfaces/IModel.cs @ 10450

Last change on this file since 10450 was 10450, checked in by abeham, 10 years ago

#1610: Added a base infrastructure for discrete event simulation

File size: 176 bytes
Line 
1using HeuristicLab.Common;
2
3namespace HeuristicLab.SimulationCore {
4  public interface IModel : IContent, IDeepCloneable {
5    double CurrentTime { get; set; }
6  }
7}
Note: See TracBrowser for help on using the repository browser.