|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Models the class of primitive inference rules in Inference Web. Inference Web divides inference rules into three classes - primitive and derived and Translation. Primitve rules are those that are directly implemented by one or more engines. Hence, a rule is primitive with respect to a certain engine that implements it.
| Method Summary | |
java.lang.String |
getClassName()
GUESSReturns the OWL class name of the organization |
IWLanguage |
getLanguage()
Returns the language in which the rule is specified |
java.lang.String |
getRuleSpec()
Returns the specification of the primitive inference rule |
void |
setLanguage(IWLanguage newLanguage)
Sets the language in which the rule is specified |
void |
setRuleSpec(java.lang.String newRuleSpec)
Sets the specification of the primitive inference rule |
| Methods inherited from interface iw.model.IWInferenceRule |
getEnglishDescriptionTemplate, setEnglishDescriptionTemplate |
| 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 void setLanguage(IWLanguage newLanguage)
newLanguage - the new language in which the rule is specifiedpublic java.lang.String getRuleSpec()
public void setRuleSpec(java.lang.String newRuleSpec)
newRuleSpec - a string corresponding to the new specification of the primitive inference rulepublic java.lang.String getClassName()
getClassName in interface IWInferenceRule
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||