public final class Proved extends ProofCommandBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Name |
| Constructor and Description |
|---|
Proved(java.lang.String reason)
create a "proved" command.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReason()
get reason why state has been proved
|
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 Proved(java.lang.String reason)
reason - explanation why state is provedpublic java.lang.String getReason()
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