All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jreliability.booleanfunction.package-info Maven / Gradle / Ivy

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