|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.logic.proof.checker.ProofChecker0Impl
public class ProofChecker0Impl
Formal proof checker that don't allow any proof method.
| Constructor Summary | |
|---|---|
ProofChecker0Impl()
Constructor. |
|
| Method Summary | |
|---|---|
LogicalCheckExceptionList |
checkProof(Element formula,
FormalProofLineList proof,
RuleChecker checker,
ModuleContext moduleContext,
ReferenceResolver resolver)
Checks if a formal proof is ok. |
LogicalCheckExceptionList |
checkRule(Rule rule,
ModuleContext context,
RuleChecker checker,
ReferenceResolver resolver)
Checks if a rule declaration is ok for the proof checker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProofChecker0Impl()
| Method Detail |
|---|
public LogicalCheckExceptionList checkProof(Element formula,
FormalProofLineList proof,
RuleChecker checker,
ModuleContext moduleContext,
ReferenceResolver resolver)
ProofCheckernull) has a size greater zero.
Precondition is a well formed environment. So every formula must
be well formed, every necessary operator and predicate and function must
exist.
checkProof in interface ProofCheckerformula - Formula we want to proof.proof - Check this formal proof.checker - Gets defined rule information.moduleContext - Location information of formal proof.
Important for locating errors.resolver - Resolver for references.
null.
public LogicalCheckExceptionList checkRule(Rule rule,
ModuleContext context,
RuleChecker checker,
ReferenceResolver resolver)
ProofChecker
checkRule in interface ProofCheckerrule - Rule we want to use later on.context - Location information rule declaration.
Important for locating errors.checker - Gets defined rule information.resolver - Resolver for references.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||