Predator  [unstable] git snapshot
Public Member Functions | Data Fields
Node Class Reference

#include <storage.hh>

Public Member Functions

 Node ()
 ~Node ()

Data Fields

TItemList variables
 list of variables assigned to the node
TNodeList outNodes
 out-edges edges are stored inside
TNodeList inNodes
 in-edges are just 'synced' pointers
bool isBlackHole
 there should be only one black-hole / graph

Detailed Description

Definition at line 661 of file storage.hh.

Constructor & Destructor Documentation

Node ( )
~Node ( )

Field Documentation

TNodeList inNodes

in-edges are just 'synced' pointers

Definition at line 672 of file storage.hh.

bool isBlackHole

there should be only one black-hole / graph

Definition at line 674 of file storage.hh.

TNodeList outNodes

out-edges edges are stored inside

Definition at line 670 of file storage.hh.

TItemList variables

list of variables assigned to the node

Definition at line 668 of file storage.hh.


The documentation for this class was generated from the following file: