|
MIRA
|
Represents a single channel in the framwork computation graph. More...
#include <fw/FrameworkGraph.h>

Public Member Functions | |
| ChannelNode (const std::string &iID) | |
| bool | operator== (const std::string &id) |
| virtual std::set< NodePtr > | getAdjacentNodes () |
| Returns the adjacent (incoming and outgoing nodes) More... | |
| std::set< AuthorityNodePtr > | getSubscribedAuthorities () |
| std::set< AuthorityNodePtr > | getPublishingAuthorities () |
| NamespaceNodePtr | getNamespace () |
| Returns the namespace node where this channel lives in. More... | |
Public Attributes | |
| std::string | id |
| the fully qualified name of the node (the id) More... | |
Protected Attributes | |
| std::set< AuthorityNodePtr > | mSubscribedAuthorities |
| std::set< AuthorityNodePtr > | mPublishingAuthorities |
| NamespaceNodePtr | mNamespace |
Friends | |
| class | FrameworkGraph |
Represents a single channel in the framwork computation graph.
|
inline |
|
inline |
|
inlinevirtual |
Returns the adjacent (incoming and outgoing nodes)
|
inline |
|
inline |
|
inline |
Returns the namespace node where this channel lives in.
|
friend |
| std::string id |
the fully qualified name of the node (the id)
|
protected |
|
protected |
|
protected |
1.8.14