Package | Description |
---|---|
com.articulate.sigma |
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
|
Modifier and Type | Method and Description |
---|---|
static TPTP3ProofProcessor |
TPTP3ProofProcessor.parseProofOutput(java.util.ArrayList<java.lang.String> lines,
KB kb)
Compute binding and proof from E's response
|
static TPTP3ProofProcessor |
TPTP3ProofProcessor.parseProofOutput(java.io.LineNumberReader lnr,
KB kb)
Compute bindings and proof from E's response
|
static TPTP3ProofProcessor |
TPTP3ProofProcessor.parseProofOutput(java.lang.String st,
KB kb) |
Modifier and Type | Method and Description |
---|---|
static void |
TPTP3ProofProcessor.findTypesForSkolemTerms(TPTP3ProofProcessor tpp,
KB kb)
Return the most specific type for skolem variable.
|
static java.lang.String |
HTMLformatter.formatTPTP3ProofResult(TPTP3ProofProcessor tpp,
java.lang.String stmt,
java.lang.String lineHtml,
java.lang.String kbName,
java.lang.String language) |