Class FalseNode<L,AP>
java.lang.Object
net.automatalib.common.util.string.AbstractPrintable
net.automatalib.modelchecker.m3c.formula.AbstractFormulaNode<L,AP>
net.automatalib.modelchecker.m3c.formula.FalseNode<L,AP>
- Type Parameters:
L- label typeAP- atomic proposition type
- All Implemented Interfaces:
Printable,FormulaNode<L,AP>
Java representation of a "false" (sub-)formula.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(FormulaNodeVisitor<T, L, AP> visitor) voidprint(Appendable a) Outputs the current object.Methods inherited from class net.automatalib.modelchecker.m3c.formula.AbstractFormulaNode
equals, getVarNumber, hashCode, setVarNumberMethods inherited from class net.automatalib.common.util.string.AbstractPrintable
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.automatalib.modelchecker.m3c.formula.FormulaNode
toNNF
-
Constructor Details
-
FalseNode
public FalseNode()
-
-
Method Details
-
print
Description copied from interface:PrintableOutputs the current object.- Parameters:
a- the appendable.- Throws:
IOException- if an error occurs during appending.
-
accept
-