fmrisc.ProofNavigator.Commands
Class ProofC

java.lang.Object
  extended by fmrisc.ProofNavigator.Commands.CommandBase
      extended by fmrisc.ProofNavigator.Commands.ProofC
All Implemented Interfaces:
Command

public final class ProofC
extends CommandBase

Command "proof": print proof tree.


Field Summary
static java.lang.String Name
           
 
Constructor Summary
ProofC(Identifier ident)
          Create a "proof" command.
 
Method Summary
 void printCore(java.io.PrintWriter out)
          Prints text representation on out (without new line termination).
 void process()
          Process command: print proof of formula respectively current proof
 
Methods inherited from class fmrisc.ProofNavigator.Commands.CommandBase
getName, toCommand, toNode, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Name

public static final java.lang.String Name
See Also:
Constant Field Values
Constructor Detail

ProofC

public ProofC(Identifier ident)
Create a "proof" command.

Parameters:
ident - identifier of corresponding formula (null, if current proof is processed)
Method Detail

process

public void process()
Process command: print proof of formula respectively current proof


printCore

public void printCore(java.io.PrintWriter out)
Prints text representation on out (without new line termination).

Specified by:
printCore in class CommandBase
Parameters:
out - the stream on which the text is written