|
Alignment API and Server 3.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inrialpes.exmo.align.impl.BasicAlignment
fr.inrialpes.exmo.align.impl.URIAlignment
fr.inrialpes.exmo.align.service.WSAlignment
public class WSAlignment
Represents an ontology alignment relating entities identified by their URIs
Field Summary | |
---|---|
private String |
serviceAddress
The address of the web service (URL). |
private URL |
SOAPUrl
|
Fields inherited from class fr.inrialpes.exmo.align.impl.BasicAlignment |
---|
debug, extensions, hash1, hash2, level, namespaces, onto1, onto2, time, type |
Constructor Summary | |
---|---|
WSAlignment()
|
Method Summary | |
---|---|
void |
align(Alignment alignment,
Parameters params)
Process matching This does not work with regular AServ web service because it returns an URL |
Object |
clone()
Generate a copy of this alignment object |
Methods inherited from class fr.inrialpes.exmo.align.impl.URIAlignment |
---|
addAlignCell, addAlignCell, addAlignCell, createCell, createNewAlignment, getAlignCell1, getAlignCell2, getAlignCells1, getAlignCells2, init, setOntology1, setOntology2, toURIAlignment |
Methods inherited from class fr.inrialpes.exmo.align.impl.BasicAlignment |
---|
accept, addAlignCell, addCell, cleanUp, compose, cut, cut, cut2, diff, dump, getAlignedObject1, getAlignedObject2, getAlignedRelation1, getAlignedRelation2, getAlignedStrength1, getAlignedStrength2, getArrayElements, getElements, getExtension, getExtensions, getFile1, getFile2, getLevel, getOntology1, getOntology1URI, getOntology2, getOntology2URI, getOntologyObject1, getOntologyObject2, getParameters, getType, getXNamespace, getXNamespaces, harden, ingest, init, inverse, iterator, join, meet, nbCells, removeAlignCell, render, setExtension, setFile1, setFile2, setLevel, setType, setXNamespace |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.semanticweb.owl.align.Alignment |
---|
accept, addAlignCell, addAlignCell, compose, cut, cut, diff, dump, getAlignCell1, getAlignCell2, getAlignCells1, getAlignCells2, getAlignedObject1, getAlignedObject2, getAlignedRelation1, getAlignedRelation2, getAlignedStrength1, getAlignedStrength2, getElements, getExtension, getExtensions, getFile1, getFile2, getLevel, getOntology1, getOntology1URI, getOntology2, getOntology2URI, getType, harden, init, init, inverse, iterator, join, meet, nbCells, render, setExtension, setFile1, setFile2, setLevel, setOntology1, setOntology2, setType |
Field Detail |
---|
private URL SOAPUrl
private String serviceAddress
Constructor Detail |
---|
public WSAlignment()
Method Detail |
---|
public void align(Alignment alignment, Parameters params) throws AlignmentException
align
in interface AlignmentProcess
AlignmentException
public Object clone()
clone
in interface Alignment
clone
in class BasicAlignment
|
Alignment API and Server 3.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |