Package nl.tudelft.simulation.dsol.model
The model and its parameters.
Copyright (c) 2003-2023 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
Copyright (c) 2003-2023 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
- Author:
- Alexander Verbraeck
-
Interface Summary Interface Description DsolModel<T extends Number & Comparable<T>,S extends SimulatorInterface<T>> The model interface defines the model object. -
Class Summary Class Description AbstractDsolModel<T extends Number & Comparable<T>,S extends SimulatorInterface<T>> AbstractDsolModel, an abstract helper class to easily construct a DsolModel.