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


Method Summary
 java.lang.String getClassName()
          GUESSReturns the OWL class name of the lmethod rule
 java.lang.String getVerificationMethod()
          PROBLEM
 void setVerificationMethod(java.lang.String _newVerification)
          PROBLEM
 
Methods inherited from interface iw.model.IWPrimitiveRule
getLanguage, getRuleSpec, setLanguage, setRuleSpec
 
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

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.