Uses of Class
de.unima.alcomox.ExtractionProblem

Packages that use ExtractionProblem
de.unima.alcomox.algorithms   
de.unima.alcomox.ontology   
 

Uses of ExtractionProblem in de.unima.alcomox.algorithms
 

Fields in de.unima.alcomox.algorithms declared as ExtractionProblem
protected  ExtractionProblem AlcomoExtraction.extractionProblem
           
 

Constructors in de.unima.alcomox.algorithms with parameters of type ExtractionProblem
AlcomoExtraction(ExtractionProblem extractionProblem)
          Constructs an algorithm for solving an extraction problem.
AStarSearch(ExtractionProblem extractionProblem)
          Constructs a algorithm implementing a uniform cost search by spanning a tree where every node in the tree is a (sub) mapping.
ConflictSearch(ExtractionProblem extractionProblem)
           
Greedy(ExtractionProblem extractionProblem)
          Constructs a greedy algorithm for solving the extraction problem.
GreedyMinimize(ExtractionProblem extractionProblem)
          Constructs a algorithm implementing a greedy search that removes first those correspondences that are involved in most conflicts.
HungarianSearch(ExtractionProblem extractionProblem)
          Constructs a algorithm implementing a uniform cost search by spanning a tree where every node in the tree is a (sub) mapping.
 

Uses of ExtractionProblem in de.unima.alcomox.ontology
 

Fields in de.unima.alcomox.ontology declared as ExtractionProblem
protected  ExtractionProblem AlcomoOntology.extractionProblem
           
protected  ExtractionProblem AlcomoReasoner.extractionProblem
           
 

Methods in de.unima.alcomox.ontology that return ExtractionProblem
 ExtractionProblem AlcomoOntology.getExtractionProblem()
           
 

Methods in de.unima.alcomox.ontology with parameters of type ExtractionProblem
 void IOntology.init(ExtractionProblem ep)
          Initializes an IOntology by setting up an additional interval tree, that represents very fast index structures highly beneficial in the pattern-based reasoning. 22
 void LocalOntology.init(ExtractionProblem extractionProblem)
          Inits this extandable ontology and binds it to the extraction problem.
 void AlcomoOntology.setExtractionProblem(ExtractionProblem extractionProblem)
           
 

Constructors in de.unima.alcomox.ontology with parameters of type ExtractionProblem
AlcomoReasoner(LocalOntology sourceOntology, LocalOntology targetOntology, ExtractionProblem extractionProblem2)
           
CompleteReasoner(LocalOntology sourceOntology, LocalOntology targetOntology, ExtractionProblem extractionProblem)
          Constructs an reasoner for complete conflict detection.
EfficientReasoner(LocalOntology sourceOntology, LocalOntology targetOntology, ExtractionProblem extractionProblem)
          Constructs an reasoner for efficient pairwise but incomplete conflict detection.