| accumulatedRunDuration | dnf_composer::Simulation | |
| addElement(const std::shared_ptr< element::Element > &element) | dnf_composer::Simulation | |
| changeDimensions(const std::string &elementId, const element::ElementDimensions &newDimensions) | dnf_composer::Simulation | |
| clean() | dnf_composer::Simulation | |
| close() | dnf_composer::Simulation | |
| componentExists(const std::string &id, const std::string &componentName) const | dnf_composer::Simulation | |
| createInteraction(const std::string &stimulusElementId, const std::string &stimulusComponent, const std::string &receivingElementId) const | dnf_composer::Simulation | |
| deltaT | dnf_composer::Simulation | |
| elements | dnf_composer::Simulation | protected |
| getComponent(const std::string &id, const std::string &componentName) const | dnf_composer::Simulation | |
| getComponentPtr(const std::string &id, const std::string &componentName) const | dnf_composer::Simulation | |
| getDeltaT() const | dnf_composer::Simulation | |
| getElement(const std::string &id) const | dnf_composer::Simulation | |
| getElement(int index) const | dnf_composer::Simulation | |
| getElements() const | dnf_composer::Simulation | |
| getElementsThatHaveSpecifiedElementAsInput(const std::string &specifiedElement, const std::string &inputComponent="output") const | dnf_composer::Simulation | |
| getHighestElementIndex() const | dnf_composer::Simulation | |
| getIdentifier() const | dnf_composer::Simulation | |
| getLastStepDuration() const | dnf_composer::Simulation | |
| getMeasureStepDuration() const | dnf_composer::Simulation | inline |
| getNumberOfElements() const | dnf_composer::Simulation | |
| getRecorder() | dnf_composer::Simulation | inline |
| getT() const | dnf_composer::Simulation | |
| getTotalRunDuration() const | dnf_composer::Simulation | |
| getTZero() const | dnf_composer::Simulation | |
| getUniqueIdentifier() const | dnf_composer::Simulation | |
| init() | dnf_composer::Simulation | |
| initialized | dnf_composer::Simulation | protected |
| isInitialized() const | dnf_composer::Simulation | |
| isPaused() const | dnf_composer::Simulation | |
| lastStepDuration | dnf_composer::Simulation | |
| operator=(const Simulation &other) | dnf_composer::Simulation | |
| operator=(Simulation &&) noexcept | dnf_composer::Simulation | |
| pause() | dnf_composer::Simulation | |
| paused | dnf_composer::Simulation | protected |
| read(const std::string &readPath={}) | dnf_composer::Simulation | |
| removeElement(const std::string &elementId) | dnf_composer::Simulation | |
| renameElement(const std::string &oldName, const std::string &newName) | dnf_composer::Simulation | |
| resetElement(const std::string &idOfElementToReset, const std::shared_ptr< element::Element > &newElement) | dnf_composer::Simulation | |
| resume() | dnf_composer::Simulation | |
| run(double runTime) | dnf_composer::Simulation | |
| runForRealTime(double milliseconds) | dnf_composer::Simulation | |
| runSegmentStart | dnf_composer::Simulation | |
| save(const std::string &savePath={}) | dnf_composer::Simulation | |
| setDeltaT(double deltaT) | dnf_composer::Simulation | |
| setMeasureStepDuration(bool enable) | dnf_composer::Simulation | inline |
| setUniqueIdentifier(const std::string &id) | dnf_composer::Simulation | |
| Simulation(const std::string &identifier="", double deltaT=1, double tZero=0, double t=0) | dnf_composer::Simulation | explicit |
| Simulation(const Simulation &other) | dnf_composer::Simulation | |
| Simulation(Simulation &&other) noexcept | dnf_composer::Simulation | |
| step() | dnf_composer::Simulation | |
| t | dnf_composer::Simulation | |
| tZero | dnf_composer::Simulation | |
| uniqueIdentifier | dnf_composer::Simulation | protected |
| ~Simulation()=default | dnf_composer::Simulation | |