java.lang.Object
org.jreliability.booleanfunction.AbstractHierarchicalTerm
org.jreliability.booleanfunction.common.ORTerm
All Implemented Interfaces:
Term

public class ORTerm extends AbstractHierarchicalTerm
The ORTerm is a Term that interrelates its embedded TermUtils with the OR operator.
(OR term1 ... termN)
  • Constructor Details

    • ORTerm

      public ORTerm()
      Constructs an ORTerm.
    • ORTerm

      public ORTerm(List<Term> terms)
      Constructs an ORTerm with a given list of embedded TermUtils.
      Parameters:
      terms - the embedded terms
  • Method Details