Uses of Class
mepk.kernel.MEPKVerificationException
Packages that use MEPKVerificationException
-
Uses of MEPKVerificationException in mepk.kernel
Methods in mepk.kernel that throw MEPKVerificationExceptionModifier and TypeMethodDescriptionfinal voidProof.verify()Verify this proof, by checking itsjustificationsand recursively verifying theirproofs.protected final voidProof.verifyStatementsAreJustified(Set<Statement> grounded) Recursively check that each of the given statements is justified: it must either be one of this proof'sgroundingstatements, or have aJustificationwhoseProofStepyields it and whoseproofjustifies that step's prerequisites (which are checked recursively).