Uses of Class
mepk.kernel.ProofStep
Packages that use ProofStep
-
Uses of ProofStep in mepk.kernel
Methods in mepk.kernel that return ProofStepModifier and TypeMethodDescriptionstatic ProofStepCreate a compose proof step, which unifies the conclusions of the given statements with the hypotheses of the given statementJustification.getProofStep()Return the proof step.static ProofStepProofStep.Substitute(Statement statement, String varName, Expression replacement, Map<String, String> typesOfNewVars) Create a substitution proof step, which takes a statementsand a substitution, and constructs (grounds) the statement resulting from the substitution.static ProofStepProofStep.Weaken(Statement statement, DVRSet addedDVRs, Expression... addedHypotheses) Create a weakening proof step, which takes a statement and adds hypotheses and DVRs.Constructors in mepk.kernel with parameters of type ProofStepModifierConstructorDescriptionJustification(ProofStep proofStep, Proof proof) Create a new justification.