de.unima.alcomox.ontology
Class AlcomoReasoner

java.lang.Object
  extended by de.unima.alcomox.ontology.AlcomoReasoner
Direct Known Subclasses:
CompleteReasoner, EfficientReasoner

public abstract class AlcomoReasoner
extends java.lang.Object

This abstract class represents a reasoner used in the alcomo system.


Field Summary
protected  ExtractionProblem extractionProblem
           
protected  AlcomoLogger log
           
protected  LocalOntology sourceOntology
           
protected  LocalOntology targetOntology
           
 
Constructor Summary
AlcomoReasoner(LocalOntology sourceOntology, LocalOntology targetOntology, ExtractionProblem extractionProblem2)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected AlcomoLogger log

sourceOntology

protected LocalOntology sourceOntology

targetOntology

protected LocalOntology targetOntology

extractionProblem

protected ExtractionProblem extractionProblem
Constructor Detail

AlcomoReasoner

public AlcomoReasoner(LocalOntology sourceOntology,
                      LocalOntology targetOntology,
                      ExtractionProblem extractionProblem2)