Modifier and Type | Method and Description |
---|---|
BasicAlignment |
GroupAggreg.loadAlignment(java.lang.String alignName) |
Modifier and Type | Class and Description |
---|---|
class |
DistanceAlignment
The mother class for distance or similarity-based alignments.
|
class |
ObjectAlignment
Represents an OWL ontology alignment.
|
class |
URIAlignment
Represents an ontology alignment relating entities identified by their URIs
|
Modifier and Type | Method and Description |
---|---|
BasicAlignment |
BasicAlignment.createNewAlignment(java.lang.Object onto1,
java.lang.Object onto2,
java.lang.Class<? extends Relation> relType,
java.lang.Class<?> confType)
This method is used by the algebraic operators
It has to be overriden by implementations.
|
BasicAlignment |
BasicAlignment.inverse()
A new alignment is created such that for
any pair (o, o', n, r) in O the resulting alignment will contain:
( o', o, n, inverse(r)) iff compose(r) exists.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicAlignment.invertContent(BasicAlignment result,
java.lang.String label,
java.lang.String method) |
Modifier and Type | Method and Description |
---|---|
static Alignment |
BasicAlignment.aggregate(java.lang.String modality,
java.util.Set<BasicAlignment> aligns)
Aggregating several alignments with aggregator modality applied on confidence
For any set (o, o', n, r) in O and (o, o', n', r) in O' the resulting
alignment will contain:
( o, o', aggr(n,n'), r)
any pair which is in only one alignment is preserved.
|
Constructor and Description |
---|
BasicAlignment(BasicAlignment al)
Generate a (deeper) copy of the alignment object
It has the same content but a different id (no id indeed)
|
Modifier and Type | Class and Description |
---|---|
class |
AverageAggregator |
class |
BasicAggregator |
class |
ConsensusAggregator |
Modifier and Type | Method and Description |
---|---|
void |
BasicAggregator.ingest(BasicAlignment al)
Record the content of alignments.
|
Modifier and Type | Class and Description |
---|---|
class |
EDOALAlignment
An alignment between complex expressions built from the elements of two ontologies
It may make more sense to extend ObjectAlignment,
but EDOAL does not require the ontologies to be loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
EDOALAlignment.convertToEDOAL(BasicAlignment al)
The EDOALAlignment has LoadedOntologies as ontologies
|
static EDOALAlignment |
EDOALAlignment.toEDOALAlignment(BasicAlignment al) |
Constructor and Description |
---|
EDOALAlignment(BasicAlignment al) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
WSAlignment
This is an AlignmentProcess which perform matching by connecting
to an AlignmentServer and retrieving or computing an alignment.
|
Modifier and Type | Field and Description |
---|---|
private BasicAlignment |
QueryMediator.alignment |
(C) INRIA & friends, 2003-2020