Uses of Interface
org.episteme.core.mathematics.logic.proof.InferenceRule
Packages that use InferenceRule
-
Uses of InferenceRule in org.episteme.core.mathematics.logic.proof
Classes in org.episteme.core.mathematics.logic.proof that implement InferenceRuleModifier and TypeClassDescriptionclassA simple inference rule for equality substitution.classHypothetical Syllogism inference rule.classImplementation of the Modus Ponens inference rule.classModus Tollens inference rule.Methods in org.episteme.core.mathematics.logic.proof with parameters of type InferenceRuleModifier and TypeMethodDescriptionvoidProofVerifier.registerRule(String name, InferenceRule rule) Registers an inference rule with a given name.