|
Alignment API and Server 4.2.${version.update} | |||||||||
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
This is an AlignmentProcess which perform matching by connecting to an AlignmentServer and retrieving or computing an alignment. It uses the SOAP web service interface TODO: Implement the REST interface (see examples/wservice/AlignmentClient)
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,
Properties 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, avgConfidence, cleanUp, compose, convertExtension, 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, maxConfidence, meet, minConfidence, nbCells, remCell, removeAlignCell, render, setExtension, setExtensions, setFile1, setFile2, setLevel, setType, setXNamespace, varianceConfidence |
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 |
---|
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, remCell, render, setExtension, setFile1, setFile2, setLevel, setOntology1, setOntology2, setType |
Methods inherited from interface org.semanticweb.owl.align.Visitable |
---|
accept |
Field Detail |
---|
private URL SOAPUrl
private String serviceAddress
Constructor Detail |
---|
public WSAlignment()
Method Detail |
---|
public void align(Alignment alignment, Properties params) throws AlignmentException
align
in interface AlignmentProcess
AlignmentException
public Object clone()
clone
in interface Alignment
clone
in class BasicAlignment
|
Alignment API and Server 4.2.${version.update} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |