jtp.proof.transform
Class ProofTransformingEngine
java.lang.Object
|
+--jtp.proof.transform.ProofTransformingEngine
- All Implemented Interfaces:
- ProofTransformer
- public class ProofTransformingEngine
- extends Object
- implements ProofTransformer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_ITERATIONS
public static final int MAX_ITERATIONS
- See Also:
- Constant Field Values
ProofTransformingEngine
public ProofTransformingEngine()
transform
public Proof transform(Proof in)
- Specified by:
transform
in interface ProofTransformer
getTransformers
public List getTransformers()
- retrieves the list of transformers for this engine. Note that initially
the list contains exactly one transformer that recursively applies this
same list to all the subproofs of the proof being transformed.