56 :
SubComponent(), name_(name), type_(
""), direction_(
"") {
76 const std::string procName =
77 "OperationTriggeredOperand::OperationTriggeredOperand";
115 if (lowerName == this->
name()) {
148 const std::string procName =
"OperationTriggeredOperand::loadState";
150 __FILE__, __LINE__, procName, exception.
errorMessage());
std::string errorMessage() const
void setAttribute(const std::string &name, const std::string &value)
std::string stringAttribute(const std::string &name) const
const std::string & name() const
virtual void loadState(const ObjectState *state)
static const std::string OSKEY_DIRECTION
static const std::string OSKEY_NAME
static const std::string OSNAME_OPERAND
void setDirection(const std::string &direction)
void setType(const std::string &type)
virtual ~OperationTriggeredOperand()
static const std::string OSKEY_TYPE
virtual void setName(const std::string &name)
virtual ObjectState * saveState() const
std::string direction() const
OperationTriggeredOperand(const std::string &name, OperationTriggeredFormat &parent)