Action(simgrid::surf::Model *model, double cost, bool failed) | simgrid::surf::Action | |
Action(simgrid::surf::Model *model, double cost, bool failed, lmm_variable_t var) | simgrid::surf::Action | |
action_hook | simgrid::surf::Action | |
action_lmm_hook | simgrid::surf::Action | |
ActionList typedef | simgrid::surf::Action | |
ActionOptions typedef | simgrid::surf::Action | |
cancel() | simgrid::surf::Action | virtual |
clearHeapHandle() | simgrid::surf::Action | inline |
finish(Action::State state) | simgrid::surf::Action | |
getBound() const | simgrid::surf::Action | |
getCategory() const | simgrid::surf::Action | inline |
getCost() const | simgrid::surf::Action | inline |
getData() const | simgrid::surf::Action | inline |
getFinishTime() const | simgrid::surf::Action | inline |
getHat() const | simgrid::surf::Action | inline |
getLastUpdate() const | simgrid::surf::Action | inline |
getLastValue() const | simgrid::surf::Action | inline |
getMaxDuration() const | simgrid::surf::Action | inline |
getModel() const | simgrid::surf::Action | inline |
getPriority() const | simgrid::surf::Action | inline |
getRemains() | simgrid::surf::Action | virtual |
getRemainsNoUpdate() const | simgrid::surf::Action | inline |
getStartTime() const | simgrid::surf::Action | inline |
getState() const | simgrid::surf::Action | |
getStateSet() const | simgrid::surf::Action | inline |
getVariable() const | simgrid::surf::Action | inline |
heapInsert(heap_type &heap, double key, enum heap_action_type hat) | simgrid::surf::Action | |
heapRemove(heap_type &heap) | simgrid::surf::Action | |
heapUpdate(heap_type &heap, double key, enum heap_action_type hat) | simgrid::surf::Action | |
is_linked() const | simgrid::surf::Action | inline |
isSuspended() | simgrid::surf::Action | virtual |
ref() | simgrid::surf::Action | |
refcount_ | simgrid::surf::Action | protected |
refreshLastUpdate() | simgrid::surf::Action | inline |
resume() | simgrid::surf::Action | virtual |
setBound(double bound) | simgrid::surf::Action | |
setCategory(const char *category) | simgrid::surf::Action | |
setCost(double cost) | simgrid::surf::Action | inline |
setData(void *data) | simgrid::surf::Action | inline |
setFinishTime(double value) | simgrid::surf::Action | inline |
setLastValue(double val) | simgrid::surf::Action | inline |
setMaxDuration(double duration) | simgrid::surf::Action | virtual |
setRemains(double value) | simgrid::surf::Action | inline |
setSharingWeight(double priority) | simgrid::surf::Action | virtual |
setSharingWeightNoUpdate(double weight) | simgrid::surf::Action | inline |
setState(simgrid::surf::Action::State state) override | simgrid::surf::StorageAction | virtual |
setVariable(lmm_variable_t var) | simgrid::surf::Action | inline |
State enum name | simgrid::surf::Action | |
stateSet_ | simgrid::surf::Action | protected |
storage_ | simgrid::surf::StorageAction | |
StorageAction(Model *model, double cost, bool failed, StorageImpl *storage, e_surf_action_storage_type_t type) | simgrid::surf::StorageAction | inline |
StorageAction(Model *model, double cost, bool failed, lmm_variable_t var, StorageImpl *storage, e_surf_action_storage_type_t type) | simgrid::surf::StorageAction | inline |
suspend() | simgrid::surf::Action | virtual |
suspended_ | simgrid::surf::Action | protected |
type_ | simgrid::surf::StorageAction | |
unref() | simgrid::surf::Action | virtual |
updateMaxDuration(double delta) | simgrid::surf::Action | inline |
updateRemainingLazy(double now) | simgrid::surf::Action | inlinevirtual |
updateRemains(double delta) | simgrid::surf::Action | inline |
~Action() | simgrid::surf::Action | virtual |