Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
V
W
C
calculate(URI, URI, String, String, String)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Calculates recall and precision and returns an CalculationResult object
calculate(URI, URI, String, String, String, boolean)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Calculates recall and precision and returns an CalculationResult object
calculate(URI, URI, String, String, String, float)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Calculates recall and precision and returns an CalculationResult object
calculate(URI, URI, String, String, String, float, boolean)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Calculates recall and precision and returns an CalculationResult object
CalculationResult
- Class in
de.dfleischhacker.uni.thesis.utils.wrapper
Represents the results got by calculating precision and recall
CalculationResult()
- Constructor for class de.dfleischhacker.uni.thesis.utils.wrapper.
CalculationResult
Calculator
- Class in
de.dfleischhacker.uni.thesis.calculator
This class provides methods to calculate the values of precision and recall for an alignment given a reference alignment.
Calculator(Alignment, Alignment)
- Constructor for class de.dfleischhacker.uni.thesis.calculator.
Calculator
Initializes the Calculator class with the given alignments.
checkEvaluationAlignment(String)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Loads the evaluation alignment from the given file
checkOntology1(String)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Checks if it is possible to load the ontology from the given filename
checkOntology1(URI)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Checks if it is possible to load the ontology from the given URI
checkOntology2(String)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Checks if it is possible to load the ontology from the given filename
checkOntology2(URI)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Checks if it is possible to load the ontology from the given URI
checkReferenceAlignment(String)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Loads the reference alignment from the given file
checkSemantic(String)
- Static method in class de.dfleischhacker.uni.thesis.utils.wrapper.
Wrapper
Checks if the given string is a valid semantic identifier
ClosureGenerationException
- Exception in
de.dfleischhacker.uni.thesis.semantic.closure
This exception is thrown if an error occurs during the generation of the alignment closure
ClosureGenerationException(String)
- Constructor for exception de.dfleischhacker.uni.thesis.semantic.closure.
ClosureGenerationException
ClosureResult
- Class in
de.dfleischhacker.uni.thesis.semantic
This class is used to export the data generated internally in the semantic modules to the caller.
ClosureResult(Alignment)
- Constructor for class de.dfleischhacker.uni.thesis.semantic.
ClosureResult
Initializes the result object to contain the given alignment closure.
compareTo(OWLObject)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
containsAxiom(OWLAxiom)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
containsClassReference(URI)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
containsDataPropertyReference(URI)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
containsDataTypeReference(URI)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
containsEntityDeclaration(OWLEntity)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
containsEntityReference(OWLEntity)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
containsIndividualReference(URI)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
containsObjectPropertyReference(URI)
- Method in class de.dfleischhacker.uni.thesis.utils.ontology.
Ontology
Correspondence
- Class in
de.dfleischhacker.uni.thesis.utils.alignment
Represents a correspondence made of the following components entity from ontology 1 entity from ontology 2 relation holdinhg between those two entities confidence measure (optional, default=1.0)
Correspondence(String, String, String, float)
- Constructor for class de.dfleischhacker.uni.thesis.utils.alignment.
Correspondence
Initializes the correspondence using the given values
Correspondence(String, String, String)
- Constructor for class de.dfleischhacker.uni.thesis.utils.alignment.
Correspondence
Initializes the correspondence using the given values.
Correspondence()
- Constructor for class de.dfleischhacker.uni.thesis.utils.alignment.
Correspondence
Initializes the correspondence without values.
createOntology(URI)
- Static method in class de.dfleischhacker.uni.thesis.utils.ontology.
OntologyManager
Creates an Ontology object and adds the OWLOntologyManager used to do this into the wrapper class.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
V
W