Package | Description |
---|---|
fr.inrialpes.exmo.align.impl | |
fr.inrialpes.exmo.align.impl.edoal | |
fr.inrialpes.exmo.align.parser | |
fr.inrialpes.exmo.align.service |
Modifier and Type | Method and Description |
---|---|
URIAlignment |
URIAlignment.createNewAlignment(java.lang.Object onto1,
java.lang.Object onto2,
java.lang.Class<? extends Relation> relType,
java.lang.Class<?> confType) |
URIAlignment |
URIAlignment.inverse() |
URIAlignment |
URIAlignment.toURIAlignment()
Returns default exception for conversion to URIAlignments
|
URIAlignment |
ObjectAlignment.toURIAlignment()
This is a clone with the URI instead of Object objects
|
URIAlignment |
BasicAlignment.toURIAlignment()
Returns default exception for conversion to URIAlignments
|
URIAlignment |
ObjectAlignment.toURIAlignment(boolean strict) |
Modifier and Type | Method and Description |
---|---|
static ObjectAlignment |
ObjectAlignment.toObjectAlignment(URIAlignment al) |
Constructor and Description |
---|
ObjectAlignment(URIAlignment al) |
Modifier and Type | Method and Description |
---|---|
URIAlignment |
EDOALAlignment.toURIAlignment()
This is a clone with the URI instead of Object objects
This conversion will drop any correspondences using something not identified by an URI
For converting to ObjectAlignment, first convert to URIAlignment and load as an ObjectAlignment
The same code as for ObjectAlignment works...
|
URIAlignment |
EDOALAlignment.toURIAlignment(boolean strict) |
Modifier and Type | Method and Description |
---|---|
static EDOALAlignment |
EDOALAlignment.toEDOALAlignment(URIAlignment al) |
Constructor and Description |
---|
EDOALAlignment(URIAlignment al) |
Modifier and Type | Field and Description |
---|---|
protected URIAlignment |
XMLParser.alignment
the alignment that is parsed
We always create a URIAlignment (we could also use a BasicAlignment).
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParser.initAlignment(URIAlignment al)
Allows to have the parser filling an existing alignment instead
of creating a new one
|
void |
AlignmentParser.initAlignment(URIAlignment al)
Allows to have the parser filling an existing alignment instead
of creating a new one
|
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.
|
(C) INRIA & friends, 2003-2020