A Compound Action groups several related actions from an actiongraph. More...
#include <CompoundAction.h>
Public Member Functions | |
CompoundAction (const Actiongraph *actiongraph) | |
const Device * | get_target_device () const |
std::string | sentence () const |
bool | is_delete () const |
Impl & | get_impl () |
const Impl & | get_impl () const |
Static Public Member Functions | |
static CompoundAction * | find_by_target_device (Actiongraph *actiongraph, const Device *device) |
Deprecated. | |
static const CompoundAction * | find_by_target_device (const Actiongraph *actiongraph, const Device *device) |
Deprecated. | |
A Compound Action groups several related actions from an actiongraph.
For example, when a partition is created and then formatted and mounted, a Compound Action is created with all that individual actions.
|
static |
|
static |