|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Provenance Element represents an information unit describing the origin some PML proof level concept. The ProvenanceElement class is the superclass of other provenance level concepts like IWPublication, IWTeam etc.
| Method Summary | |
void |
addSource(IWSource newSource)
PROBLEMM/b> |
java.lang.String |
getEnglishDescription()
Returns the engligh description of a provenance element. |
java.lang.String |
getEnglishExample()
Returns the english example of the provenance element. |
java.lang.String |
getFileName()
Returs the IWBase filename of the provenance element |
java.lang.String |
getFullName()
Returns the full name of the provenance element |
java.lang.String |
getShortName()
Returns the short name of the provenance element |
java.lang.String[] |
getSourceNames()
PROBLEMM/b> |
java.util.List |
getSources()
PROBLEM |
java.util.List |
getSourceURIs()
PROBLEMM/b> |
IWTeam |
getSubmitter()
Returns the submitter of the provenance element. |
java.lang.String |
getSubmitterName()
Returns the name of the submitter of the provenance element. |
java.lang.String |
getURL()
Returns the URI of the provenance element. |
void |
setEnglishDescription(java.lang.String newEnglishDescription)
Sets the engligh description of a provenance element. |
void |
setEnglishExample(java.lang.String newEnglishExample)
Sets the english example of the provenance element. |
void |
setFileName(java.lang.String newFileName)
Ssets the IWBase filename of the provenance element |
void |
setFullName(java.lang.String newFullName)
Sets the full name of the provenance element |
void |
setShortName(java.lang.String newShortName)
Sets the short name of the provenance element |
void |
setSources(java.util.List newSources)
PROBLEMM/b> |
void |
setSubmitter(IWTeam newSubmitter)
Sets the submitter of the provenance element. |
void |
setURL(java.lang.String newURL)
Sets the URI of the provenance element. |
| Methods inherited from interface iw.model.IWModelElement |
getFirstSubmissionDate, getLastSubmissionDate, getModel, getURI, setFirstSubmissionDate, setLastSubmissionDate, setModel, setURI |
| Method Detail |
public java.lang.String getURL()
public void setURL(java.lang.String newURL)
public java.lang.String getFileName()
public void setFileName(java.lang.String newFileName)
newFileName - the new IWBase filename of the provenance elementpublic java.lang.String getShortName()
public void setShortName(java.lang.String newShortName)
newShortName - the new short name of the provenance elementpublic java.lang.String getFullName()
public void setFullName(java.lang.String newFullName)
newFullName - the new full name of the provenance elementpublic java.util.List getSources()
public void setSources(java.util.List newSources)
public java.lang.String[] getSourceNames()
public java.util.List getSourceURIs()
public void addSource(IWSource newSource)
public java.lang.String getEnglishDescription()
public void setEnglishDescription(java.lang.String newEnglishDescription)
newEnglishDescription - the english description of the provenance elementpublic java.lang.String getEnglishExample()
public void setEnglishExample(java.lang.String newEnglishExample)
newEnglishExample - the english example for the provenance elementpublic IWTeam getSubmitter()
public java.lang.String getSubmitterName()
public void setSubmitter(IWTeam newSubmitter)
newSubmitter - an IWTeam instance corresponding to the submitter of the provenance element
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||