Class OrNode<L,​AP>

  • Type Parameters:
    L - label type
    AP - atomic proposition type
    All Implemented Interfaces:
    Printable, FormulaNode<L,​AP>

    public class OrNode<L,​AP>
    extends AbstractBinaryFormulaNode<L,​AP>
    Java representation of a "||" (sub-)formula.