|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.logic.proof.finder.ProofFinderUtility
public final class ProofFinderUtility
Utilities for proofs finders.
| Method Summary | |
|---|---|
static java.lang.String |
getUtf8Line(Element formula,
Reason reason,
int i,
Element2Utf8 trans)
Get UTF-8 representation of proof line. |
static java.lang.String |
getUtf8Line(java.util.List lines,
java.util.List reasons,
int i,
Element2Utf8 trans)
Get UTF-8 representation of proof line. |
static FormalProofLineList |
shortenProof(java.util.List lines,
java.util.List reasons,
ModuleLogListener log,
Element2Utf8 trans)
Shorten given formal proof. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FormalProofLineList shortenProof(java.util.List lines,
java.util.List reasons,
ModuleLogListener log,
Element2Utf8 trans)
lines - Lines of formulas.reasons - Reasons for derivation of formula. Must be Add, MP or SubstPred.log - For BO logging.trans - Transformer (used for logging).
public static java.lang.String getUtf8Line(java.util.List lines,
java.util.List reasons,
int i,
Element2Utf8 trans)
lines - Proof line formulas.reasons - Proof line reasons.i - Proof line to print.trans - Transformer to get UTF-8 out of a formula.
public static java.lang.String getUtf8Line(Element formula,
Reason reason,
int i,
Element2Utf8 trans)
formula - Proof line formula.reason - Proof line reason.i - Proof line number.trans - Transformer to get UTF-8 out of a formula.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||