Go to the documentation of this file.
33 #ifndef TTA_OPERATION_TRIGGERED_OPERAND_HH
34 #define TTA_OPERATION_TRIGGERED_OPERAND_HH
41 class OperationTriggeredFormat;
54 const std::string&
name()
const;
57 std::string
type()
const;
void setDirection(const std::string &direction)
static const std::string OSKEY_TYPE
virtual ~OperationTriggeredOperand()
static const std::string OSKEY_NAME
static const std::string OSKEY_DIRECTION
static const std::string OSNAME_OPERAND
const std::string & name() const
virtual void loadState(const ObjectState *state)
void setType(const std::string &type)
std::string direction() const
virtual void setName(const std::string &name)
virtual ObjectState * saveState() const
OperationTriggeredOperand(const std::string &name, OperationTriggeredFormat &parent)