iw.model.owl
Interface OWLOntology

All Superinterfaces:
IWModelElement, IWOntology, IWProvenanceElement, IWSource
All Known Subinterfaces:
DBOntology

public interface OWLOntology
extends IWOntology

The OWL version of the IWOntology interface


Method Summary
 void storeOntology()
          Stores the ontology to a file as an OWL document
 java.lang.String storeOntology(java.util.Hashtable _ht)
          PROBLEM
 
Methods inherited from interface iw.model.IWOntology
getClassName, getVersion, setVersion
 
Methods inherited from interface iw.model.IWProvenanceElement
addSource, getEnglishDescription, getEnglishExample, getFileName, getFullName, getShortName, getSourceNames, getSources, getSourceURIs, getSubmitter, getSubmitterName, getURL, setEnglishDescription, setEnglishExample, setFileName, setFullName, setShortName, setSources, setSubmitter, setURL
 
Methods inherited from interface iw.model.IWModelElement
getFirstSubmissionDate, getLastSubmissionDate, getModel, getURI, setFirstSubmissionDate, setLastSubmissionDate, setModel, setURI
 

Method Detail

storeOntology

public void storeOntology()
                   throws java.lang.Exception
Stores the ontology to a file as an OWL document

Throws:
java.lang.Exception

storeOntology

public java.lang.String storeOntology(java.util.Hashtable _ht)
                               throws java.lang.Exception
PROBLEM

Throws:
java.lang.Exception


Copyright 2006 Inference Web group, All Rights Reserved.