#include <yarp/manager/binexparser.h>
Public Member Functions | |
BinaryNode (const char *opd) | |
BinaryNode (const char *opt, BinaryNode *left, BinaryNode *right) | |
~BinaryNode () override=default | |
Node * | clone () override |
BinaryNode * | leftOf () |
BinaryNode * | rightOf () |
bool | getValue () |
void | setValue (bool val) |
const char * | getName () |
Public Member Functions inherited from yarp::manager::Node | |
Node (NodeType _type) | |
Node (NodeType _type, const char *szLabel) | |
virtual | ~Node () |
void | setSatisfied (bool sat) |
bool | isSatisfied () |
void | setVisited (bool vis) |
bool | isVisited () |
bool | isLeaf () |
NodeType | getType () |
void | setLabel (const char *szLabel) |
const char * | getLabel () |
int | sucCount () |
Link & | getLinkAt (int index) |
bool | addSuc (Node *node, float weight, bool _virtual=false) |
class Node More... | |
bool | removeSuc (Node *node) |
void | removeAllSuc () |
bool | hasSuc (Node *node) |
GraphicModel * | getModel () |
void | setModel (GraphicModel *mdl) |
Definition at line 32 of file binexparser.h.
|
inline |
Definition at line 36 of file binexparser.h.
|
inline |
Definition at line 44 of file binexparser.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements yarp::manager::Node.
Definition at line 63 of file binexparser.h.
|
inline |
Definition at line 85 of file binexparser.h.
|
inline |
Definition at line 82 of file binexparser.h.
|
inline |
Definition at line 68 of file binexparser.h.
|
inline |
Definition at line 75 of file binexparser.h.
|
inline |
Definition at line 83 of file binexparser.h.