InferenceWeb Model API Documentation

iw.model
Class IWSource

java.lang.Object
  |
  +--iw.model.IWModelElement
        |
        +--iw.model.IWSource

public class IWSource
extends IWModelElement


Field Summary
protected  String _author
           
protected  String _date
           
protected static HashMap _loadedSource
           
protected  List _organizations
           
 
Fields inherited from class iw.model.IWModelElement
_DM, _fileName, _firstSubmissionDate, _fullName, _lastSubmissionDate, _shortName, _submitter, _URI, _URL
 
Constructor Summary
IWSource()
           
 
Method Summary
 void addOrganization(iw.model.IWOrganization newOrganization)
           
static iw.model.IWSource fromDAML(String _fromURI)
           
 String getAuthor()
           
 String getDate()
           
 String[] getOrganizationNames()
           
 List getOrganizations()
           
static iw.model.IWSource getSource(String _fromURI)
           
 void setAuthor(String newAuthor)
           
 void setDate(String newDate)
           
 void setOrganizations(List newOrganizations)
           
 void toDAML()
           
 
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
 

Field Detail

_loadedSource

protected static HashMap _loadedSource

_author

protected String _author

_date

protected String _date

_organizations

protected List _organizations
Constructor Detail

IWSource

public IWSource()
Method Detail

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

InferenceWeb Model API Documentation