fr.inrialpes.exmo.align.impl
Class BasicCell
java.lang.Object
|
+--fr.inrialpes.exmo.align.impl.BasicCell
- All Implemented Interfaces:
- Cell
- public class BasicCell
- extends java.lang.Object
- implements Cell
Represents an OWL ontology alignment. An ontology comprises a number of
collections. Each ontology has a number of classes, properties and
individuals, along with a number of axioms asserting information
about those objects.
- Version:
- $Id: BasicCell.java,v 1.1.1.1 2004/01/22 14:31:06 euzenat Exp $
- Author:
- Jérôme Euzenat
Constructor Summary |
BasicCell(OWLEntity ob1,
OWLEntity ob2)
Creation |
BasicCell(OWLEntity ob1,
OWLEntity ob2,
java.lang.String rel,
double m)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object1
OWLEntity object1
object2
OWLEntity object2
relation
Relation relation
measure
double measure
BasicCell
public BasicCell(OWLEntity ob1,
OWLEntity ob2)
- Creation
BasicCell
public BasicCell(OWLEntity ob1,
OWLEntity ob2,
java.lang.String rel,
double m)
getObject1
public OWLEntity getObject1()
- Description copied from interface:
Cell
- Creation
- Specified by:
getObject1
in interface Cell
getObject2
public OWLEntity getObject2()
- Specified by:
getObject2
in interface Cell
setObject1
public void setObject1(OWLEntity ob)
- Specified by:
setObject1
in interface Cell
setObject2
public void setObject2(OWLEntity ob)
- Specified by:
setObject2
in interface Cell
getRelation
public Relation getRelation()
- Specified by:
getRelation
in interface Cell
setRelation
public void setRelation(Relation rel)
- Specified by:
setRelation
in interface Cell
getMeasure
public double getMeasure()
- Specified by:
getMeasure
in interface Cell
setMeasure
public void setMeasure(double m)
- Specified by:
setMeasure
in interface Cell
dump
public void dump(org.xml.sax.ContentHandler h)
- Housekeeping
- Specified by:
dump
in interface Cell
write
public void write(java.io.PrintStream writer)
throws java.io.IOException,
org.semanticweb.owl.model.OWLException
- Specified by:
write
in interface Cell
java.io.IOException
org.semanticweb.owl.model.OWLException
..no bottom yet...