public class ObjectCell extends BasicCell
Constructor and Description |
---|
ObjectCell(java.lang.String id,
java.lang.Object ob1,
java.lang.Object ob2,
Relation rel,
double m)
Creation
|
Modifier and Type | Method and Description |
---|---|
Cell |
compose(Cell c) |
void |
dump(org.xml.sax.ContentHandler h)
Housekeeping
|
java.net.URI |
getObject1AsURI(Alignment al) |
java.net.URI |
getObject2AsURI(Alignment al) |
Cell |
inverse() |
accept, compareTo, equals, equals, getExtension, getExtensions, getId, getObject1, getObject1AsURI, getObject2, getObject2AsURI, getRelation, getSemantics, getStrength, hashCode, join, meet, setExtension, setExtensions, setId, setObject1, setObject2, setRelation, setSemantics, setStrength
public ObjectCell(java.lang.String id, java.lang.Object ob1, java.lang.Object ob2, Relation rel, double m) throws AlignmentException
id:
- the identifier of the correspondence (may be null)ob1
- andob2:
- 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 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
public Cell compose(Cell c) throws AlignmentException
compose
in interface Cell
compose
in class BasicCell
AlignmentException
(C) INRIA & friends, 2003-2020