Class BoxNode<L,AP>
java.lang.Object
net.automatalib.common.util.string.AbstractPrintable
net.automatalib.modelchecker.m3c.formula.AbstractFormulaNode<L,AP>
net.automatalib.modelchecker.m3c.formula.AbstractUnaryFormulaNode<L,AP>
net.automatalib.modelchecker.m3c.formula.AbstractModalFormulaNode<L,AP>
net.automatalib.modelchecker.m3c.formula.BoxNode<L,AP>
- Type Parameters:
L- label typeAP- atomic proposition type
- All Implemented Interfaces:
Printable,FormulaNode<L,AP>
Java representation of a "[]" (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.AbstractModalFormulaNode
equals, getAction, hashCode, printMuCalcNodeMethods inherited from class net.automatalib.modelchecker.m3c.formula.AbstractUnaryFormulaNode
getChild, getVarNumberChild, printUnaryFormulaNodeMethods inherited from class net.automatalib.modelchecker.m3c.formula.AbstractFormulaNode
getVarNumber, 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
-
BoxNode
-
BoxNode
-
-
Method Details
-
print
Description copied from interface:PrintableOutputs the current object.- Parameters:
a- the appendable.- Throws:
IOException- if an error occurs during appending.
-
accept
-