INRIA & UMontrŽal

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

Field Summary
(package private)  double measure
           
(package private)  OWLEntity object1
           
(package private)  OWLEntity object2
           
(package private)  Relation relation
           
 
Constructor Summary
BasicCell(OWLEntity ob1, OWLEntity ob2)
          Creation
BasicCell(OWLEntity ob1, OWLEntity ob2, java.lang.String rel, double m)
           
 
Method Summary
 void dump(org.xml.sax.ContentHandler h)
          Housekeeping
 double getMeasure()
           
 OWLEntity getObject1()
          Creation
 OWLEntity getObject2()
           
 Relation getRelation()
           
 void setMeasure(double m)
           
 void setObject1(OWLEntity ob)
           
 void setObject2(OWLEntity ob)
           
 void setRelation(Relation rel)
           
 void write(java.io.PrintStream writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object1

OWLEntity object1

object2

OWLEntity object2

relation

Relation relation

measure

double measure
Constructor Detail

BasicCell

public BasicCell(OWLEntity ob1,
                 OWLEntity ob2)
Creation


BasicCell

public BasicCell(OWLEntity ob1,
                 OWLEntity ob2,
                 java.lang.String rel,
                 double m)
Method Detail

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

INRIA & UMontrŽal

..no bottom yet...