iw.model
Class IWSource
java.lang.Object
|
+--iw.model.IWModelElement
|
+--iw.model.IWSource
- public class IWSource
- extends IWModelElement
| Methods inherited from class iw.model.IWModelElement |
fromDAMLRegistry, getDAMLModel, getFileName, getFirstSubmissionDate, getFullName, getLastSubmissionDate, getShortName, getSubmitter, getSubmitterName, getURI, getURL, modelSize, setDAMLModel, setFileName, setFirstSubmissionDate, setFullName, setLastSubmissionDate, setShortName, setSubmitter, setURI, setURL, toDAMLRegistry, toFile, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_loadedSource
protected static HashMap _loadedSource
_author
protected String _author
_date
protected String _date
_organizations
protected List _organizations
IWSource
public IWSource()
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String newAuthor)
getDate
public String getDate()
setDate
public void setDate(String newDate)
getOrganizations
public List getOrganizations()
getOrganizationNames
public String[] getOrganizationNames()
setOrganizations
public void setOrganizations(List newOrganizations)
addOrganization
public void addOrganization(iw.model.IWOrganization newOrganization)
toDAML
public void toDAML()
throws com.hp.hpl.mesa.rdf.jena.model.RDFException
com.hp.hpl.mesa.rdf.jena.model.RDFException
getSource
public static iw.model.IWSource getSource(String _fromURI)
throws com.hp.hpl.mesa.rdf.jena.model.RDFException,
IOException
com.hp.hpl.mesa.rdf.jena.model.RDFException
IOException
fromDAML
public static iw.model.IWSource fromDAML(String _fromURI)
throws com.hp.hpl.mesa.rdf.jena.model.RDFException,
IOException
com.hp.hpl.mesa.rdf.jena.model.RDFException
IOException