iw.model
Interface IWTeam

All Superinterfaces:
IWModelElement, IWProvenanceElement, IWSource
All Known Subinterfaces:
DBTeam, OWLTeam

public interface IWTeam
extends IWSource

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


Method Summary
 void addMember(IWPerson newMember)
          Adds the specified IWPerson instance to the list of members of a team
 java.lang.String getClassName()
          GUESSReturns the OWL class name of the language
 java.lang.String[] getMemberNames()
          Returns a list of strings corresponding to the names of the members of the team
 java.util.List getMembers()
          Returns a list of IWPersons of the members of the team
 java.util.List getMemberURIs()
          Returns a list of strings corresponding to the URIs of the members of the team
 
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

getMembers

public java.util.List getMembers()
Returns a list of IWPersons of the members of the team

Returns:
a list of IWPersons of the members of the team

getMemberNames

public java.lang.String[] getMemberNames()
Returns a list of strings corresponding to the names of the members of the team

Returns:
a list of strings corresponding to the names of the members of the team

getMemberURIs

public java.util.List getMemberURIs()
Returns a list of strings corresponding to the URIs of the members of the team

Returns:
a list of strings corresponding to the URIs of the members of the team

addMember

public void addMember(IWPerson newMember)
Adds the specified IWPerson instance to the list of members of a team

Parameters:
newMember - the new IWPerson instance to be added to the list of members of a team

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.