* 1 | State 1 | State 2 | State 1 | State 2 |
* |------------------------------------------------------| | Node
* State 1 | 1 | 1 | 1 | 1 | | Node State 2 | 0 | 0 | 0 | 0 |
*
*/
states = potTab.tableSize() / node.getStatesSize();
/*
* for (int count = 1; count < variables; count++) { states *=
* potTab.getVariableAt(count).getStatesSize(); }
*/