org.jreliability.booleanfunction.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreliability Show documentation
Show all versions of jreliability Show documentation
A Java-based reliability evaluation library.
The newest version!
/**
* Provides the classes for the {@code 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"
*
*
*/
package org.jreliability.booleanfunction;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy