Package org.jreliability.booleanfunction
package org.jreliability.booleanfunction
Provides the classes for the Boolean functions used to model the system. The
term structure follows the scheme given by the polish notation, i.e.,
(operator operand1 ... operand2)
. When printed or should be read in
from string, the following formatting guidelines are strictly enforced:
For all terms containing an operator:
(operator term1 ... termN)
For all terms without an operator (variables):
"variable"