#include <plKernelTable.h>
Inheritance diagram for plKernelTable:
Public Member Functions | |
plKernelTable () | |
defaulf constructor | |
plKernelTable (const plVariablesConjunction &left, const plVariablesConjunction &right) | |
A plKernelTable indexed by the set of variables {right}. | |
plKernelTable (const plVariablesConjunction &left, const plVariablesConjunction &right, const plVariablesConjunction &right_index) | |
A plKernelTable indexed by the set of variables {right }. |
It can be use to switch from one law to another according to the value of a subset of the right variables. This subset of variables have to be discrete or discretized. The set of Computable objects is stored in a table. (See also plKernelMap).
Definition at line 45 of file plKernelTable.h.