org.omwg.mediation.mappingstore.dependencies
Class Ontology

java.lang.Object
  extended byorg.omwg.mediation.mappingstore.dependencies.Ontology
All Implemented Interfaces:
java.io.Serializable

public class Ontology
extends java.lang.Object
implements java.io.Serializable

This class is part of the dependencies group. We expect that this class will be available in some form as part of ORDI API.
NB. Another requirement from Marc, UKARL is that the ontology should be able to expose its content (e.g. return a filename), so that it is accessible from KAON.

See Also:
Serialized Form

Constructor Summary
Ontology(java.lang.String uri)
           
 
Method Summary
 java.lang.String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ontology

public Ontology(java.lang.String uri)
Method Detail

getURI

public java.lang.String getURI()