fr.inrialpes.exmo.align.impl
Class URICell
java.lang.Object
fr.inrialpes.exmo.align.impl.BasicCell
fr.inrialpes.exmo.align.impl.URICell
- All Implemented Interfaces:
- Comparable<Cell>, Cell
public class URICell
- extends BasicCell
Represents an ontology alignment correspondence between two URIs
- Version:
- $Id: URICell.java 728 2008-06-25 14:27:23Z euzenat $
- Author:
- Jérôme Euzenat
Methods inherited from class fr.inrialpes.exmo.align.impl.BasicCell |
compareTo, compose, dump, getExtension, getExtensions, getId, getObject1, getObject1AsURI, getObject2, getObject2AsURI, getRelation, getSemantics, getStrength, setExtension, setExtensions, setId, setObject1, setObject2, setRelation, setSemantics, setStrength |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URICell
public URICell(String id,
URI ob1,
URI ob2,
Relation rel,
double m)
throws AlignmentException
- Creation
- Throws:
AlignmentException
accept
public void accept(AlignmentVisitor visitor)
throws AlignmentException
- Specified by:
accept
in interface Cell
- Overrides:
accept
in class BasicCell
- Throws:
AlignmentException
equals
public boolean equals(Cell c)
- Specified by:
equals
in interface Cell
- Overrides:
equals
in class BasicCell
getObject1AsURI
public URI getObject1AsURI(Alignment al)
throws AlignmentException
- Specified by:
getObject1AsURI
in interface Cell
- Overrides:
getObject1AsURI
in class BasicCell
- Throws:
AlignmentException
getObject2AsURI
public URI getObject2AsURI(Alignment al)
throws AlignmentException
- Specified by:
getObject2AsURI
in interface Cell
- Overrides:
getObject2AsURI
in class BasicCell
- Throws:
AlignmentException
inverse
public Cell inverse()
throws AlignmentException
- Specified by:
inverse
in interface Cell
- Overrides:
inverse
in class BasicCell
- Throws:
AlignmentException
(C) INRIA & friends, 2003-2008