| java.lang.Object org.mandarax.util.ProofAnalyzer
ProofAnalyzer | public class ProofAnalyzer (Code) | | This class implements some useful in order to analyze proofs.
author: Jens Dietrich version: 3.4 <7 March 05> since: 1.2 |
getAppliedClauses | public static Collection getAppliedClauses(Derivation proof)(Code) | | Collect and return all clauses which have applied used in
the given proof.
a collection of clauses Parameters: proof - a derivation |
getAppliedClauses | public static Collection getAppliedClauses(Derivation proof, int resultNumber)(Code) | | Collect and return all clauses which have been
used in the proof of the result with the given number.
a collection of clauses Parameters: proof - a derivation |
getClauses | public static Collection getClauses(DerivationNode node, org.apache.commons.collections.Predicate condition)(Code) | | Collect and return all clauses which occur in a derivations
and meet a certain condition.
a collection of clauses Parameters: node - a derivation node Parameters: condition - a condition |
getUsedClauses | public static Collection getUsedClauses(Derivation proof)(Code) | | Collect and return all clauses which have been
tried in the given proof.
a collection of clauses Parameters: proof - a derivation |
|
|