Class LiteralTerm<T>
java.lang.Object
org.jreliability.booleanfunction.common.LiteralTerm<T>
- Type Parameters:
 T- the type of the variable
- All Implemented Interfaces:
 Term
The 
LiteralTerm represents a literal, i.e. the used variable. A
 LiteralTerm equals another LiteralTerm if their variables are
 equal.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
variable
The variable or literal. 
 - 
 - 
Constructor Details
- 
LiteralTerm
Constructs aLiteralTermwith a given variable.- Parameters:
 variable- the variable
 
 - 
 - 
Method Details