|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReferenceResolver
Resolver for references from formal proof lines. Specific to a certain formal proof.
| Method Summary | |
|---|---|
Element |
getNormalizedFormula(Element element)
Get formula in a normalized format. |
Element |
getNormalizedLocalProofLineReference(java.lang.String reference)
Get local for proof line reference. |
Element |
getNormalizedReferenceFormula(java.lang.String reference)
Get reference formula in a normalized format. |
ModuleContext |
getReferenceContext(java.lang.String reference)
Module context for proof line reference. |
boolean |
isLocalProofLineReference(java.lang.String reference)
Is this a local proof line reference? |
boolean |
isProvedFormula(java.lang.String reference)
Check if a reference is a proved formula. |
| Method Detail |
|---|
boolean isProvedFormula(java.lang.String reference)
reference - Reference to axiom, definition or proposition.
Element getNormalizedReferenceFormula(java.lang.String reference)
reference - Reference to axiom, definition or proposition.
Element getNormalizedFormula(Element element)
element - Local formula to normalize.
boolean isLocalProofLineReference(java.lang.String reference)
reference - Local proof line reference to check for.
Element getNormalizedLocalProofLineReference(java.lang.String reference)
reference - Local proof line reference to check for.
null.ModuleContext getReferenceContext(java.lang.String reference)
reference - Local proof line reference to check for.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||