@PortedFrom(file="ELFReasoner.h", name="ELFReasoner") public class ELFReasoner extends Object
| Constructor and Description |
|---|
ELFReasoner(JFactReasonerConfiguration c,
Ontology ont)
c'tor: take the ontology and init internal structures
|
| Modifier and Type | Method and Description |
|---|---|
void |
classify()
classification method
|
protected uk.ac.manchester.cs.jfact.elf.TELFConcept |
getC(ConceptExpression p)
get concept (expression) corresponding to a given DL expression
|
protected void |
processCI(AxiomConceptInclusion axiom)
process concept inclusion axiom into the internal structures
|
protected void |
processDeclaration(AxiomDeclaration axiom)
process declaration axiom
|
public ELFReasoner(JFactReasonerConfiguration c, Ontology ont)
@PortedFrom(file="ELFReasoner.h", name="getC") protected uk.ac.manchester.cs.jfact.elf.TELFConcept getC(ConceptExpression p)
@PortedFrom(file="ELFReasoner.h", name="classify") public void classify()
@PortedFrom(file="ELFReasoner.h", name="processCI") protected void processCI(AxiomConceptInclusion axiom)
@PortedFrom(file="ELFReasoner.h", name="processDeclaration") protected void processDeclaration(AxiomDeclaration axiom)
Copyright © 2013 The University of Manchester. All Rights Reserved.