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 Details

    • FalseNode

      public FalseNode()
  • Method Details