InferenceWeb Model API Documentation

iw.model
Class IWOrganization

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

public class IWOrganization
extends IWModelElement


Field Summary
 
Fields inherited from class iw.model.IWModelElement
_DM, _fileName, _firstSubmissionDate, _fullName, _lastSubmissionDate, _shortName, _submitter, _URI, _URL
 
Constructor Summary
IWOrganization()
           
 
Method Summary
static iw.model.IWOrganization fromDAML(String _fromURI)
           
 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
 

Constructor Detail

IWOrganization

public IWOrganization()
Method Detail

toDAML

public void toDAML()
            throws com.hp.hpl.mesa.rdf.jena.model.RDFException
com.hp.hpl.mesa.rdf.jena.model.RDFException

fromDAML

public static iw.model.IWOrganization 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