|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public java.util.List getMembers()
public java.lang.String[] getMemberNames()
public java.util.List getMemberURIs()
public void addMember(IWPerson newMember)
newMember - the new IWPerson instance to be added to the list of members of a teampublic java.lang.String getClassName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||