Class FalseNode<L,​AP>

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

    public class FalseNode<L,​AP>
    extends AbstractFormulaNode<L,​AP>
    Java representation of a "false" (sub-)formula.
    • Constructor Detail

      • FalseNode

        public FalseNode()