Modifier and Type | Class and Description |
---|---|
class |
DistanceAlignment
The mother class for distance or similarity-based alignments.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectAlignment |
ObjectAlignment.init |
Modifier and Type | Method and Description |
---|---|
ObjectAlignment |
BasicEvaluator.convertToObjectAlignment(Alignment al) |
ObjectAlignment |
ObjectAlignment.createNewAlignment(java.lang.Object onto1,
java.lang.Object onto2,
java.lang.Class<? extends Relation> relType,
java.lang.Class<?> confType)
Generate a copy of this alignment object
|
ObjectAlignment |
ObjectAlignment.inverse() |
static ObjectAlignment |
ObjectAlignment.toObjectAlignment(URIAlignment al) |
Constructor and Description |
---|
ObjectAlignment(ObjectAlignment al) |
Modifier and Type | Method and Description |
---|---|
static EDOALAlignment |
EDOALAlignment.toEDOALAlignment(ObjectAlignment al) |
Constructor and Description |
---|
EDOALAlignment(ObjectAlignment al) |
Modifier and Type | Method and Description |
---|---|
org.semanticweb.owlapi.model.OWLAxiom |
SemPRecEvaluator.correspToAxiom(ObjectAlignment al,
ObjectCell corresp) |
void |
SemPRecEvaluator.loadAlignedOntologies(ObjectAlignment align)
Even simpler if they are loaded: just merge them on the spot
|
void |
SemPRecEvaluator.loadFileAlignedOntologies(ObjectAlignment align)
Loads the Aligned ontologies through an intermediate file
|
void |
SemPRecEvaluator.loadPipedAlignedOntologies(ObjectAlignment align)
Loads the Aligned ontologies without intermediate file
|
int |
SemPRecEvaluator.nbEntailedCorrespondences(ObjectAlignment al1,
ObjectAlignment al2) |
Modifier and Type | Class and Description |
---|---|
class |
ClassStructAlignment
Establishes an alignment based on the comparison of the properties
that classes have in common.
|
class |
EditDistNameAlignment
This class aligns ontology with regard to the editing distance between
class names.
|
class |
NameAndPropertyAlignment
This class has been built for ISWC experiments with bibliography.
|
class |
NameEqAlignment
Matches two oontologies based on the equality of the name of their entities.
|
class |
SMOANameAlignment
This class aligns ontology with regard to the editing distance between
class names.
|
class |
StringDistAlignment
Represents an OWL ontology alignment.
|
class |
StrucSubsDistAlignment
This class has been built for ISWC experiments with bibliography.
|
class |
SubsDistNameAlignment
This class implements alignment based on substring distance
of class and property labels
THIS CLASS IS ONLY HERE FOR COMPATIBILITY PURPOSES
|
Modifier and Type | Class and Description |
---|---|
class |
JWNLAlignment
This Class uses JWNLDistances to align two ontologies.
|
(C) INRIA & friends, 2003-2020