INRIA & UMontrŽal

org.semanticweb.owl.align
Interface Cell

All Known Implementing Classes:
BasicCell

public interface 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: Cell.java,v 1.1.1.1 2004/01/22 14:31:08 euzenat Exp $
Author:
Jérôme Euzenat

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 r)
           
 void write(java.io.PrintStream writer)
           
 

Method Detail

getObject1

public OWLEntity getObject1()
Creation


getObject2

public OWLEntity getObject2()

setObject1

public void setObject1(OWLEntity ob)

setObject2

public void setObject2(OWLEntity ob)

getRelation

public Relation getRelation()

setRelation

public void setRelation(Relation r)

getMeasure

public double getMeasure()

setMeasure

public void setMeasure(double m)

dump

public void dump(org.xml.sax.ContentHandler h)
Housekeeping


write

public void write(java.io.PrintStream writer)
           throws java.io.IOException,
                  org.semanticweb.owl.model.OWLException
java.io.IOException
org.semanticweb.owl.model.OWLException

INRIA & UMontrŽal

..no bottom yet...