#include <NodeBase.h>
Inheritance diagram for ht::graph::NodeBase:

Public Member Functions | |
| virtual const std::string & | name () const |
| virtual void | configure (const options::Config *) |
| virtual void | configured () |
| virtual void | start () |
| virtual void | stop () |
| virtual void | connect (Node *) |
| virtual void | disconnect (Node *) |
| const string & ht::graph::NodeBase::name | ( | ) | const [virtual] |
return the stored name
Implements ht::graph::Node.
| void ht::graph::NodeBase::configure | ( | const options::Config * | ) | [virtual] |
Get the name from the config, or used "<unnamed node>"
Implements ht::graph::Node.
Reimplemented in ht::example::FileReader, ht::example::FileWriter, and ht::example::Spell.
| void ht::graph::NodeBase::configured | ( | ) | [virtual] |
Do nothing
Implements ht::graph::Node.
Reimplemented in ht::example::FileReader, ht::example::Tee, ht::example::WordEmitter, and ht::example::WordFilter.
| void ht::graph::NodeBase::start | ( | ) | [virtual] |
| void ht::graph::NodeBase::stop | ( | ) | [virtual] |
Do nothing
Implements ht::graph::Node.
Reimplemented in ht::example::FileWriter, ht::example::WordCount, and ht::example::WordParser.
| void ht::graph::NodeBase::connect | ( | Node * | ) | [virtual] |
Do nothing
Implements ht::graph::Node.
Reimplemented in ht::example::FileReader, ht::example::WordCount, ht::example::WordEmitter, and ht::example::WordFilter.
| void ht::graph::NodeBase::disconnect | ( | Node * | ) | [virtual] |
Do nothing
Implements ht::graph::Node.
1.5.2