Alignment API and Server 3.5

fr.inrialpes.exmo.align.impl
Class Ontology

java.lang.Object
  extended by fr.inrialpes.exmo.align.impl.Ontology

public class Ontology
extends Object

Store the information regarding ontologies in a specific structure


Field Summary
protected  URI file
           
protected  String formalism
           
protected  URI formalismURI
           
protected  Object onto
           
protected  URI uri
           
 
Constructor Summary
Ontology()
           
 
Method Summary
 URI getFile()
           
 String getFormalism()
           
 URI getFormURI()
           
 Object getOntology()
           
 URI getURI()
           
 void setFile(URI file)
           
 void setFormalism(String name)
           
 void setFormURI(URI u)
           
 void setOntology(Object o)
           
 void setURI(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected URI uri

file

protected URI file

onto

protected Object onto

formalismURI

protected URI formalismURI

formalism

protected String formalism
Constructor Detail

Ontology

public Ontology()
Method Detail

getURI

public URI getURI()

getFile

public URI getFile()

getOntology

public Object getOntology()

getFormURI

public URI getFormURI()

getFormalism

public String getFormalism()

setURI

public void setURI(URI uri)

setFile

public void setFile(URI file)

setOntology

public void setOntology(Object o)

setFormURI

public void setFormURI(URI u)

setFormalism

public void setFormalism(String name)

Alignment API and Server 3.5

(C) INRIA & friends, 2003-2008