Class Summary |
Annotations |
|
BasicAlignment |
Represents a basic ontology alignment, i.e., a fully functionnal alignment
for wich the type of aligned objects is not known. |
BasicCell |
Represents an ontology alignment correspondence. |
BasicEvaluator |
Evaluate proximity between two alignments. |
BasicParameters |
Standard parameter list structure to be used everywhere. |
BasicRelation |
Represents an ontology alignment relation. |
ConcatenatedIterator |
This class builds a composite iterator from two iterators
This helps writing more concise code especially since
the OWL API does not impements Iterator getProperties() in OWL Ontologies
This is the naive implementation (can be optimized) |
DistanceAlignment |
|
HungarianAlgorithm |
|
MatrixMeasure |
Implements the structure needed for recording class similarity
or dissimilarity within a matrix structure. |
MEnumeration |
|
Ontology |
Store the information regarding ontologies in a specific structure |
OntologyCache |
This caches the loaded ontologies so that it is possible to share them between alignments
as well as to unload them if necessary. |
OWLAPIAlignment |
Represents an OWL ontology alignment. |
OWLAPICell |
Represents an ontology alignment correspondence between two URIs |
URIAlignment |
Represents an ontology alignment relating entities identified by their URIs |
URICell |
Represents an ontology alignment correspondence between two URIs |