|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Models provenance information about language axiom steps in the Inference Web. These are usually a bunch of language specific axioms - for example, axioms specifying the semantics of DAML may constitute an axiom set.
| Method Summary | |
void |
addAxiom(IWAxiom newAxiom)
Adds the specified axiom into the language axiom set |
java.lang.String[] |
getAxiomNames()
Returns the names of the axioms in the axiom set ( @return the names of the axioms in the axiom set |
java.util.List |
getAxioms()
Returns the list of axioms in the axiom set |
java.lang.String |
getClassName()
GUESSReturns the OWL class name of the language axiom set |
IWLanguage |
getLanguage()
Returns the language to which the language axiom set corresponds |
void |
setAxioms(java.util.List newAxioms)
Sets the list of axioms in the axiom set |
void |
setLanguage(IWLanguage _newLang)
Sets the language to which the language axiom set corresponds |
| Methods inherited from interface iw.model.IWOntology |
getVersion, setVersion |
| 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 java.lang.String getClassName()
getClassName in interface IWOntologypublic java.util.List getAxioms()
public void setAxioms(java.util.List newAxioms)
newAxioms - the new list of axioms in the axiom setpublic java.lang.String[] getAxiomNames()
public void addAxiom(IWAxiom newAxiom)
newAxiom - the new axiom to be added to the language axiom setpublic IWLanguage getLanguage()
public void setLanguage(IWLanguage _newLang)
_newLang - the new language to which the language axiom set corresponds
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||