public final class CounterExample extends ProofCommandBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Name |
| Constructor and Description |
|---|
CounterExample()
Create a "counterexample" command.
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
newCommand(org.w3c.dom.Node node)
Convert DOM node to command.
|
void |
printCore(java.io.PrintWriter out)
Prints text representation on out (without new line termination).
|
process, processgetName, toCommand, toNode, toStringpublic static final java.lang.String Name
public static Command newCommand(org.w3c.dom.Node node)
node - the DOM representation of the command.public void printCore(java.io.PrintWriter out)
printCore in class CommandBaseout - the stream on which the text is written