
#include <machine/ModelInstance.hpp>
| openfluid::machine::ModelInstance::ModelInstance | ( | openfluid::machine::SimulationBlob & | SimulationBlob, | 
| openfluid::machine::MachineListener * | Listener | ||
| ) | 
| void openfluid::machine::ModelInstance::appendItem | ( | ModelItemInstance * | ItemInstance | ) | 
| void openfluid::machine::ModelInstance::call_checkConsistency | ( | ) | const | 
| void openfluid::machine::ModelInstance::call_finalizeRun | ( | ) | const | 
| void openfluid::machine::ModelInstance::call_initParams | ( | ) | const | 
| void openfluid::machine::ModelInstance::call_prepareData | ( | ) | const | 
| void openfluid::machine::ModelInstance::deleteItem | ( | unsigned int | Position | ) | 
Delete the ModelItemInstance located at the given postion (positions starts at index 0), and remove it from the ModelInstance
| [in] | Position | the position | 
| const std::list<ModelItemInstance*>& openfluid::machine::ModelInstance::getItems | ( | ) |  const [inline] | 
        
| unsigned int openfluid::machine::ModelInstance::getItemsCount | ( | ) |  const [inline] | 
        
| openfluid::core::Duration_t openfluid::machine::ModelInstance::getNextTimePointIndex | ( | ) |  const [inline] | 
        
| bool openfluid::machine::ModelInstance::hasTimePointToProcess | ( | ) |  const [inline] | 
        
| void openfluid::machine::ModelInstance::initialize | ( | openfluid::base::SimulationLogger * | SimLogger | ) | 
| void openfluid::machine::ModelInstance::insertItem | ( | ModelItemInstance * | ItemInstance, | 
| unsigned int | Position | ||
| ) | 
Insert a ModelItemInstance before the given postion (positions starts at index 0)
| [in] | ItemInstance | the ModelItemInstance to insert | 
| [in] | Position | the position | 
| openfluid::ware::WareParams_t openfluid::machine::ModelInstance::mergeParamsWithGlobalParams | ( | const openfluid::ware::WareParams_t & | Params | ) |  const [protected] | 
        
| void openfluid::machine::ModelInstance::resetInitialized | ( | ) |  [inline] | 
        
| void openfluid::machine::ModelInstance::setGlobalParameter | ( | const openfluid::ware::WareParamKey_t & | Key, | 
| const openfluid::ware::WareParamValue_t & | Value | ||
| ) | 
| void openfluid::machine::ModelInstance::setGlobalParameters | ( | const openfluid::ware::WareParams_t & | Params | ) |  [inline] | 
        
 1.7.6.1