![]() |
#include <fluidx/SimulatorDescriptor.hpp>
Public Member Functions | |
SimulatorDescriptor (const std::string &ID) | |
std::string | getID () const |
![]() | |
ModelItemDescriptor () | |
virtual | ~ModelItemDescriptor () |
![]() | |
WareDescriptor () | |
virtual | ~WareDescriptor () |
void | setParameter (const openfluid::ware::WareParamKey_t &Key, const openfluid::ware::WareParamValue_t &Value) |
void | setParameters (const openfluid::ware::WareParams_t &Params) |
openfluid::ware::WareParams_t | getParameters () const |
openfluid::ware::WareParams_t & | parameters () |
bool | isType (openfluid::ware::WareType MIType) const |
openfluid::ware::WareType | getType () const |
void | eraseParameter (const openfluid::ware::WareParamKey_t &Key) |
void | clearParameters () |
bool | hasParameter (std::string ParameterKey) |
void | setEnabled (bool Enabled) |
bool | isEnabled () const |
Additional Inherited Members | |
![]() | |
openfluid::ware::WareType | m_WareType |
openfluid::ware::WareParams_t | m_Params |
bool | m_Enabled |
openfluid::fluidx::SimulatorDescriptor::SimulatorDescriptor | ( | const std::string & | ID | ) |
std::string openfluid::fluidx::SimulatorDescriptor::getID | ( | ) | const |