fr.inrialpes.exmo.align.impl
Class Ontology
java.lang.Object
fr.inrialpes.exmo.align.impl.Ontology
public class Ontology
- extends Object
Store the information regarding ontologies in a specific structure
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
protected URI uri
file
protected URI file
onto
protected Object onto
formalismURI
protected URI formalismURI
formalism
protected String formalism
Ontology
public Ontology()
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)
(C) INRIA & friends, 2003-2008