iw.model.owl
Interface OWLMethodRule

All Superinterfaces:
IWInferenceRule, IWMethodRule, IWModelElement, IWPrimitiveRule, IWProvenanceElement
All Known Subinterfaces:
DBMethodRule

public interface OWLMethodRule
extends IWMethodRule

The OWL version of the IWMethodRule interface


Method Summary
 void storeMethodRule()
          Stores the method rule to a file as an OWL document
 java.lang.String storeMethodRule(java.util.Hashtable _ht)
          PROBLEM
 
Methods inherited from interface iw.model.IWMethodRule
getClassName, getVerificationMethod, setVerificationMethod
 
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

storeMethodRule

public void storeMethodRule()
                     throws java.lang.Exception
Stores the method rule to a file as an OWL document

Throws:
java.lang.Exception

storeMethodRule

public java.lang.String storeMethodRule(java.util.Hashtable _ht)
                                 throws java.lang.Exception
PROBLEM

Throws:
java.lang.Exception


Copyright 2006 Inference Web group, All Rights Reserved.