iw.model
Interface IWPerson

All Superinterfaces:
IWModelElement, IWProvenanceElement, IWSource
All Known Subinterfaces:
DBPerson, OWLPerson

public interface IWPerson
extends IWSource

Models the provenance information about persons. A person is a kind of source registered in the inference web. Other sources include ontologies, organizations, 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.