public class URICell extends BasicCell
Constructor and Description |
---|
URICell(java.lang.String id,
java.net.URI ob1,
java.net.URI ob2,
Relation rel,
double m)
Creation
|
Modifier and Type | Method and Description |
---|---|
void |
accept(AlignmentVisitor visitor) |
java.net.URI |
getObject1AsURI(Alignment al) |
java.net.URI |
getObject2AsURI(Alignment al) |
Cell |
inverse() |
compareTo, compose, dump, equals, equals, getExtension, getExtensions, getId, getObject1, getObject1AsURI, getObject2, getObject2AsURI, getRelation, getSemantics, getStrength, hashCode, join, meet, setExtension, setExtensions, setId, setObject1, setObject2, setRelation, setSemantics, setStrength
public URICell(java.lang.String id, java.net.URI ob1, java.net.URI ob2, Relation rel, double m) throws AlignmentException
id:
- the identifier of the correspondence (may be null)ob1
- andob2:
- the URI of the two objects related by the correspondencerel:
- the relation between the objectsm:
- the confidence measure in the correspondenceAlignmentException
- when something goes wrong (e.g., confidence out of bounds)public void accept(AlignmentVisitor visitor) throws AlignmentException
accept
in interface Visitable
accept
in class BasicCell
AlignmentException
public java.net.URI getObject1AsURI(Alignment al) throws AlignmentException
getObject1AsURI
in interface Cell
getObject1AsURI
in class BasicCell
AlignmentException
public java.net.URI getObject2AsURI(Alignment al) throws AlignmentException
getObject2AsURI
in interface Cell
getObject2AsURI
in class BasicCell
AlignmentException
public Cell inverse() throws AlignmentException
inverse
in interface Cell
inverse
in class BasicCell
AlignmentException
(C) INRIA & friends, 2003-2020