public abstract class AbstractClosureRule extends AbstractProofRule
simp, types| Constructor and Description |
|---|
AbstractClosureRule(Simplification simp,
TypeSystem types) |
| Modifier and Type | Method and Description |
|---|---|
abstract Proof.State |
apply(Proof.Delta.Set existingTruths,
Proof.State head,
Formula truth) |
Proof.State |
apply(Proof.State head,
Formula truth) |
Proof.State |
apply(Proof.State current,
Proof.State head) |
protected Proof.Delta.Set |
getExistingTruths(Proof.State current) |
extractDefinedTerms, findAllInstances, substituteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic AbstractClosureRule(Simplification simp, TypeSystem types)
public Proof.State apply(Proof.State current, Proof.State head) throws wybs.lang.NameResolver.ResolutionError
apply in class AbstractProofRulewybs.lang.NameResolver.ResolutionErrorpublic final Proof.State apply(Proof.State head, Formula truth)
apply in class AbstractProofRulepublic abstract Proof.State apply(Proof.Delta.Set existingTruths, Proof.State head, Formula truth) throws wybs.lang.NameResolver.ResolutionError
wybs.lang.NameResolver.ResolutionErrorprotected Proof.Delta.Set getExistingTruths(Proof.State current)
Copyright © 2017. All rights reserved.