iw.model.owl
Interface OWLInferenceRule

All Superinterfaces:
IWInferenceRule, IWModelElement, IWProvenanceElement
All Known Subinterfaces:
DBInferenceRule

public interface OWLInferenceRule
extends IWInferenceRule

The OWL version of the IWDerivedRule interface


Method Summary
 void storeInferenceRule()
          Stores the inference rule in a file as an OWL document
 java.lang.String storeInferenceRule(java.util.Hashtable _ht)
          PROBLEM
 
Methods inherited from interface iw.model.IWInferenceRule
getClassName, 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

storeInferenceRule

public void storeInferenceRule()
                        throws java.lang.Exception
Stores the inference rule in a file as an OWL document

Throws:
java.lang.Exception

storeInferenceRule

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

Throws:
java.lang.Exception


Copyright 2006 Inference Web group, All Rights Reserved.