public interface MatcherFacingAtomCommunicationService
| Modifier and Type | Method and Description |
|---|---|
void |
hint(java.net.URI atomURI,
java.net.URI otherAtom,
double score,
java.net.URI originator,
org.apache.jena.rdf.model.Model content,
WonMessage wonMessage)
Notifies the atom of a matching otherAtom with the specified match score.
|
void hint(java.net.URI atomURI,
java.net.URI otherAtom,
double score,
java.net.URI originator,
org.apache.jena.rdf.model.Model content,
WonMessage wonMessage)
throws java.lang.Exception
atomURI - the URI of the atomotherAtom - URI of the other atom (may be on the local atomserver)score - match score between 0.0 (bad) and 1.0 (good). Implementations
treat lower values as 0.0 and higher values as 1.0.originator - an URI identifying the calling entitycontent - (optional) an optional RDF graph containing more detailed
information about the hint. The null releative URI ('<>') inside that graph,
as well as the base URI of the graph will be attached to the resource
identifying the match event.NoSuchAtomException - if atomURI is not a known
atom URIIllegalMessageForAtomStateException - if the
atom is not activejava.lang.ExceptionCopyright © 2019. All Rights Reserved.