|
souffle
2.0.2-371-g6315b36
|
operation that involves with two relations should inherit from this class. E.g. Swap, Extend More...
#include <Node.h>


Public Member Functions | |
| BinRelOperation (size_t src, size_t target) | |
| size_t | getSourceId () const |
| size_t | getTargetId () const |
Protected Attributes | |
| const size_t | src |
| const size_t | target |
|
inline |
Definition at line 368 of file Node.h.
Referenced by souffle::interpreter::ViewOperation::getViewId().
|
inline |
Definition at line 370 of file Node.h.
Referenced by souffle::interpreter::ViewOperation::getViewId().
|
inline |
Definition at line 374 of file Node.h.
References souffle::interpreter::NestedOperation::getNestedOperation(), souffle::interpreter::NestedOperation::nested, and souffle::interpreter::NestedOperation::NestedOperation().

|
protected |
Definition at line 379 of file Node.h.
Referenced by souffle::interpreter::ViewOperation::getViewId().
|
protected |
Definition at line 380 of file Node.h.
Referenced by souffle::interpreter::ViewOperation::getViewId().
1.8.17