Package | Description |
---|---|
fr.inrialpes.exmo.align.impl.edoal | |
fr.inrialpes.exmo.align.parser |
Modifier and Type | Field and Description |
---|---|
protected EDOALAlignment |
EDOALAlignment.init |
Modifier and Type | Method and Description |
---|---|
EDOALAlignment |
EDOALAlignment.clone()
Generate a (shallow) copy of this alignment object
For a deeper copy, use the copy constructor
|
EDOALAlignment |
EDOALAlignment.createNewAlignment(java.lang.Object onto1,
java.lang.Object onto2,
java.lang.Class<? extends Relation> relType,
java.lang.Class<?> confType) |
EDOALAlignment |
EDOALAlignment.inverse() |
static EDOALAlignment |
EDOALAlignment.toEDOALAlignment(BasicAlignment al) |
static EDOALAlignment |
EDOALAlignment.toEDOALAlignment(ObjectAlignment al) |
static EDOALAlignment |
EDOALAlignment.toEDOALAlignment(URIAlignment al) |
Constructor and Description |
---|
EDOALAlignment(EDOALAlignment al)
Generate a (deeper) copy of the alignment object
It has the same content but a different id (no id indeed)
|
Modifier and Type | Field and Description |
---|---|
(package private) EDOALAlignment |
TypeCheckingVisitor.alignment |
private EDOALAlignment |
RDFParser.alignment |
Modifier and Type | Method and Description |
---|---|
EDOALAlignment |
RDFParser.parse(java.io.File file) |
EDOALAlignment |
RDFParser.parse(java.io.InputStream is) |
EDOALAlignment |
RDFParser.parse(org.apache.jena.rdf.model.Model rdfmodel)
Parse the input model.
|
EDOALAlignment |
RDFParser.parse(java.io.Reader is) |
EDOALAlignment |
RDFParser.parse(java.lang.String uri) |
EDOALAlignment |
RDFParser.parseAlignment(org.apache.jena.rdf.model.Resource node)
Parses a mapping document.
|
Modifier and Type | Method and Description |
---|---|
TypeCheckingVisitor.TYPE |
TypeCheckingVisitor.visit(EDOALAlignment align) |
(C) INRIA & friends, 2003-2020