
#include <machine/ExecutionTimePoint.hpp>
Public Member Functions | |
| ExecutionTimePoint (openfluid::core::TimeIndex_t TimeIndex) | |
| ~ExecutionTimePoint () | |
| void | appendItem (openfluid::machine::ModelItemInstance *Item) |
| bool | hasItemsToProcess () const |
| openfluid::base::SchedulingRequest | processNextItem () |
| openfluid::machine::ModelItemInstance * | getNextItem () const |
| openfluid::core::TimeIndex_t | getTimeIndex () const |
| void | sortByOriginalPosition () |
| openfluid::machine::ExecutionTimePoint::ExecutionTimePoint | ( | openfluid::core::TimeIndex_t | TimeIndex | ) |
| void openfluid::machine::ExecutionTimePoint::appendItem | ( | openfluid::machine::ModelItemInstance * | Item | ) |
| openfluid::machine::ModelItemInstance* openfluid::machine::ExecutionTimePoint::getNextItem | ( | ) | const [inline] |
| openfluid::core::TimeIndex_t openfluid::machine::ExecutionTimePoint::getTimeIndex | ( | ) | const [inline] |
| bool openfluid::machine::ExecutionTimePoint::hasItemsToProcess | ( | ) | const [inline] |
| void openfluid::machine::ExecutionTimePoint::sortByOriginalPosition | ( | ) | [inline] |
1.7.6.1