InferenceWeb Model API Documentation

iw.model
Class IWSemanticContextAxiom

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

public class IWSemanticContextAxiom
extends IWModelElement


Field Summary
protected  iw.model.IWKIF _content
           
protected static HashMap _loadedAxiom
           
 
Fields inherited from class iw.model.IWModelElement
_DM, _fileName, _firstSubmissionDate, _fullName, _lastSubmissionDate, _shortName, _submitter, _URI, _URL
 
Constructor Summary
IWSemanticContextAxiom()
           
 
Method Summary
static iw.model.IWSemanticContextAxiom fromDAML(String _fromURI)
           
 iw.model.IWKIF getContent()
           
 String getContentStr()
           
static iw.model.IWSemanticContextAxiom getSemanticContextAxiom(String _fromURI)
           
 void setContent(iw.model.IWKIF _newContent)
           
 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

_loadedAxiom

protected static HashMap _loadedAxiom

_content

protected iw.model.IWKIF _content
Constructor Detail

IWSemanticContextAxiom

public IWSemanticContextAxiom()
Method Detail

getContent

public iw.model.IWKIF getContent()

getContentStr

public String getContentStr()

setContent

public void setContent(iw.model.IWKIF _newContent)

toDAML

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

getSemanticContextAxiom

public static iw.model.IWSemanticContextAxiom getSemanticContextAxiom(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.IWSemanticContextAxiom 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