iw.model.owl
Interface OWLDeclarativeRule

All Superinterfaces:
IWDeclarativeRule, IWInferenceRule, IWModelElement, IWPrimitiveRule, IWProvenanceElement
All Known Subinterfaces:
DBDeclarativeRule

public interface OWLDeclarativeRule
extends IWDeclarativeRule

The OWL version of the IWDeclarativeRule interface


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

storeDeclarativeRule

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

Throws:
java.lang.Exception

storeDeclarativeRule

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

Throws:
java.lang.Exception


Copyright 2006 Inference Web group, All Rights Reserved.