#include <ware/GeneratorSignature.hpp>
Public Member Functions | |
GeneratorSignature (openfluid::fluidx::GeneratorDescriptor::GeneratorMethod GeneratorMethod) | |
Public Member Functions inherited from openfluid::ware::SimulatorSignature | |
SimulatorSignature () | |
void | clear () |
Public Member Functions inherited from openfluid::ware::WareSignature | |
WareSignature () | |
void | clear () |
virtual | ~WareSignature () |
void | setABIVersion (WareVersion_t Version) |
std::string | getAuthorsAsString () const |
Public Attributes | |
openfluid::fluidx::GeneratorDescriptor::GeneratorMethod | m_GeneratorMethod |
Public Attributes inherited from openfluid::ware::SimulatorSignature | |
SimDomain_t | Domain |
SimProcess_t | Process |
SimMethod_t | Method |
SignatureHandledData | HandledData |
SignatureUnitsGraph | HandledUnitsGraph |
SignatureTimeScheduling | TimeScheduling |
Public Attributes inherited from openfluid::ware::WareSignature | |
WareID_t | ID |
WareName_t | Name |
std::string | Description |
WareVersion_t | Version |
WareStatus_t | Status |
WareVersion_t | ABIVersion |
AuthorsList_t | Authors |
Additional Inherited Members | |
Public Types inherited from openfluid::ware::WareSignature | |
typedef std::vector< std::pair< std::string, std::string > > | AuthorsList_t |
openfluid::ware::GeneratorSignature::GeneratorSignature | ( | openfluid::fluidx::GeneratorDescriptor::GeneratorMethod | GeneratorMethod | ) |
openfluid::fluidx::GeneratorDescriptor::GeneratorMethod openfluid::ware::GeneratorSignature::m_GeneratorMethod |