Uses of Class
de.unima.alcomox.ontology.LocalOntology

Packages that use LocalOntology
de.unima.alcomox   
de.unima.alcomox.algorithms   
de.unima.alcomox.mapping   
de.unima.alcomox.metric   
de.unima.alcomox.ontology   
de.unima.alcomox.ontology.extowlapi   
 

Uses of LocalOntology in de.unima.alcomox
 

Fields in de.unima.alcomox declared as LocalOntology
protected  LocalOntology AlcomoProblem.sourceOntology
           
protected  LocalOntology AlcomoProblem.targetOntology
           
 

Methods in de.unima.alcomox with parameters of type LocalOntology
 void AlcomoProblem.bindSourceOntology(LocalOntology sourceOntology)
          Sets an ontology as source ontology.
 void AlcomoProblem.bindTargetOntology(LocalOntology targetOntology)
          Sets an ontology as target ontology.
 

Uses of LocalOntology in de.unima.alcomox.algorithms
 

Fields in de.unima.alcomox.algorithms declared as LocalOntology
protected  LocalOntology AlcomoExtraction.sourceOntology
           
protected  LocalOntology AlcomoExtraction.targetOntology
           
 

Methods in de.unima.alcomox.algorithms with parameters of type LocalOntology
 void AlcomoExtraction.setSourceOntology(LocalOntology sourceOntology)
           
 void AlcomoExtraction.setTargetOntology(LocalOntology targetOntology)
           
 

Uses of LocalOntology in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping with parameters of type LocalOntology
 Mapping Mapping.bind(LocalOntology sourceOntology, LocalOntology targetOntology)
          Binds the mapping (more precise: the uris of the correspondences) to the internal representation of the entities.
 

Uses of LocalOntology in de.unima.alcomox.metric
 

Methods in de.unima.alcomox.metric with parameters of type LocalOntology
 void IncoherenceMetric.eval(LocalOntology sourceOnt, LocalOntology targetOnt, Mapping mapping)
          Runs an evaluation by applying the incoherence metric a.k.a maximum cardinality incoherence measure (as defined in Meilicke,Stuckenschmidt OM 2008).
 

Uses of LocalOntology in de.unima.alcomox.ontology
 

Subclasses of LocalOntology in de.unima.alcomox.ontology
 class IOntology
           
 

Fields in de.unima.alcomox.ontology declared as LocalOntology
protected  LocalOntology AlcomoReasoner.sourceOntology
           
protected  LocalOntology AlcomoReasoner.targetOntology
           
 

Constructors in de.unima.alcomox.ontology with parameters of type LocalOntology
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.
 

Uses of LocalOntology in de.unima.alcomox.ontology.extowlapi
 

Methods in de.unima.alcomox.ontology.extowlapi with parameters of type LocalOntology
 void NominalAxiomTranscriber.setLocalOntology(LocalOntology ontology)