iw.model
Interface IWOntology

All Superinterfaces:
IWModelElement, IWProvenanceElement, IWSource
All Known Subinterfaces:
DBLanguageAxiomSet, DBOntology, IWLanguageAxiomSet, OWLLanguageAxiomSet, OWLOntology

public interface IWOntology
extends IWSource

Models the provenance information about ontologies registered in the IWBase. Ontologies are a kind of source registred in the inference web. Other sources include persons, teams, publications, organization etc.


Method Summary
 java.lang.String getClassName()
          GUESSReturns the OWL class name of the language
 java.lang.String getVersion()
          Returns the version of the ontology
 void setVersion(java.lang.String newVersion)
          Sets the version of the ontology
 
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

getVersion

public java.lang.String getVersion()
Returns the version of the ontology

Returns:
the version of the ontology

setVersion

public void setVersion(java.lang.String newVersion)
Sets the version of the ontology

Parameters:
newVersion - the new version of the ontology

getClassName

public java.lang.String getClassName()
GUESSReturns the OWL class name of the language

Returns:
the OWL class name of the language


Copyright 2006 Inference Web group, All Rights Reserved.