iw.model
Interface IWMethodRule
- All Superinterfaces:
- IWInferenceRule, IWModelElement, IWPrimitiveRule, IWProvenanceElement
- All Known Subinterfaces:
- DBMethodRule, OWLMethodRule
- public interface IWMethodRule
- extends IWPrimitiveRule
Models the class of declarative rules. Inference rules in Inference
Web are divided into two classes: Primitive and Derived. Primitive
inference rules are further divided into: Declarative and Method.
Method rules are those that cannot be expressed declaratively. Examples
may include database selection etc.The IWMethodRule class stores
provenance information about such rules registered in the IWBase
| 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 |
getVerificationMethod
public java.lang.String getVerificationMethod()
- PROBLEM
setVerificationMethod
public void setVerificationMethod(java.lang.String _newVerification)
- PROBLEM
getClassName
public java.lang.String getClassName()
- GUESSReturns the OWL class name of the lmethod rule
- Specified by:
getClassName in interface IWPrimitiveRule
- Returns:
- the OWL class name of the method rule
Copyright 2006 Inference Web group, All Rights Reserved.