|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents Axioms stored in IWBase. The IWBase is a distributed repository of
meta-data about items used in deriving answers like axioms, inference rules etc.
The IWAxiom class stores meta data about axioms.
| Method Summary | |
java.lang.String |
getClassName()
GUESS Returns the OWL class name of the axiom. |
java.lang.String |
getContent()
Returns the content i.e. |
IWLanguage |
getLanguage()
Returns the language in which the axiom is encoded. |
java.lang.String[] |
getLanguageName()
Returns the name of the language in which the axiom is encoded. |
void |
setContent(java.lang.String _newContent)
Sets the content i.e. |
void |
setLanguage(IWLanguage _newLanguage)
Sets the name of the language in which the axiom is encoded. |
| Methods inherited from interface iw.model.IWProvenanceElement |
addSource, getEnglishDescription, getEnglishExample, getFileName, getFullName, getShortName, getSourceNames, getSources, getSourceURIs, getSubmitter, getSubmitterName, getURL, setEnglishDescription, setEnglishExample, setFileName, setFullName, setShortName, setSources, setSubmitter, setURL |
| Methods inherited from interface iw.model.IWModelElement |
getFirstSubmissionDate, getLastSubmissionDate, getModel, getURI, setFirstSubmissionDate, setLastSubmissionDate, setModel, setURI |
| Method Detail |
public IWLanguage getLanguage()
public java.lang.String[] getLanguageName()
public void setLanguage(IWLanguage _newLanguage)
public java.lang.String getContent()
public void setContent(java.lang.String _newContent)
_newContent - a string corresponding to the new content of the axiompublic java.lang.String getClassName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||