iw.model
Interface IWOrganization

All Superinterfaces:
IWModelElement, IWProvenanceElement, IWSource
All Known Subinterfaces:
DBOrganization, OWLOrganization

public interface IWOrganization
extends IWSource

Models the provenance information about organizations. An organization is a kind of source registered in the inference web. Other sources include ontologies, persons, teams, publications etc.


Method Summary
 java.lang.String getClassName()
          GUESSReturns the OWL class name of the organization
 
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

getClassName

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

Returns:
the OWL class name of the organization


Copyright 2006 Inference Web group, All Rights Reserved.