|
| NetworkNS3Model () |
|
| ~NetworkNS3Model () |
|
LinkImpl * | createLink (const std::string &name, double bandwidth, double latency, e_surf_link_sharing_policy_t policy) override |
| Create a Link. More...
|
|
Action * | communicate (s4u::Host *src, s4u::Host *dst, double size, double rate) override |
| Create a communication between two hosts. More...
|
|
double | nextOccuringEvent (double now) override |
| Share the resources between the actions. More...
|
|
bool | nextOccuringEventIsIdempotent () override |
| Returns whether this model have an idempotent shareResource() More...
|
|
void | updateActionsState (double now, double delta) override |
| Update action to the current time. More...
|
|
| NetworkModel () |
| Constructor. More...
|
|
| ~NetworkModel () override |
| Destructor. More...
|
|
virtual double | latencyFactor (double size) |
| Get the right multiplicative factor for the latency. More...
|
|
virtual double | bandwidthFactor (double size) |
| Get the right multiplicative factor for the bandwidth. More...
|
|
virtual double | bandwidthConstraint (double rate, double bound, double size) |
| Get definitive bandwidth. More...
|
|
double | nextOccuringEventFull (double now) override |
|
| Model () |
|
virtual | ~Model () |
|
virtual ActionList * | getReadyActionSet () const |
| Get the set of actions in ready state. More...
|
|
virtual ActionList * | getRunningActionSet () const |
| Get the set of actions in running state. More...
|
|
virtual ActionList * | getFailedActionSet () const |
| Get the set of actions in failed state. More...
|
|
virtual ActionList * | getDoneActionSet () const |
| Get the set of actions in done state. More...
|
|
virtual ActionLmmListPtr | getModifiedSet () const |
| Get the set of modified actions. More...
|
|
lmm_system_t | getMaxminSystem () const |
| Get the maxmin system of the current Model. More...
|
|
e_UM_t | getUpdateMechanism () const |
| Get the update mechanism of the current Model. More...
|
|
void | setUpdateMechanism (e_UM_t mechanism) |
|
heap_type & | getActionHeap () |
| Get Action heap. More...
|
|
double | actionHeapTopDate () const |
|
Action * | actionHeapPop () |
|
bool | actionHeapIsEmpty () const |
|
virtual double | nextOccuringEventLazy (double now) |
|
virtual void | updateActionsStateLazy (double now, double delta) |
|
virtual void | updateActionsStateFull (double now, double delta) |
|