#include <CommandArc.h>
Public Member Functions | |
CommandArc (const CommandNode &s, const CommandNode &d, MoNetCommandInfo *c) | |
~CommandArc () | |
const CommandNode & | Source () const |
const CommandNode & | Destination () const |
int | Distance () const |
void | Print () const |
MoNetCommandInfo * | CommandInfo () |
Private Attributes | |
CommandNode | src |
CommandNode | dest |
MoNetCommandInfo * | commandInfo |
|
Definition at line 22 of file CommandArc.h. |
|
Definition at line 25 of file CommandArc.h. |
|
Definition at line 39 of file CommandArc.h. |
|
Definition at line 28 of file CommandArc.h. |
|
Definition at line 29 of file CommandArc.h. |
|
Definition at line 31 of file CommandArc.h. |
|
Definition at line 27 of file CommandArc.h. |
|
Definition at line 44 of file CommandArc.h. |
|
Definition at line 43 of file CommandArc.h. |
|
Definition at line 42 of file CommandArc.h. |