Class FWSimSolution

java.lang.Object
net.simplace.sim.FWSimSolution
All Implemented Interfaces:
FWObserver, FWSimFieldContainer

public final class FWSimSolution extends Object implements FWSimFieldContainer, FWObserver
Contains whole information about: Model-Template Interfaces for external data read and write Resource parameters Output configuration Constant Values Within the Solution creation process the different parts of the simulation session are configured to a default configuration. Project simulations can overwrite these configurations namely interfaces and outputs. The constant- or input variables are initialized in a hierarchical setting: Solution constants overwrite defaults Project constants overwrite solution constants Simulation constants overwrite project constants IO-relations overwrite simulation constants (e.g. initial variables) in first simulation step The solution contains as main part the model with its components and links between these and the resources and outputs. Structure of solution.sol.xml file has to refer to the grammar of SimSolution.dtd
Author:
Andreas Enders