iw.model.owl
Interface OWLQuery

All Superinterfaces:
IWModelElement, IWProofElement, IWQuery

public interface OWLQuery
extends IWQuery


Method Summary
 void storeQuery(java.lang.String _dumpingURL)
           
 java.lang.String storeQuery(java.lang.String _dumpingURL, java.util.Hashtable ht)
           
 void storeQueryByURL(java.lang.String _dumpingURL)
           
 
Methods inherited from interface iw.model.IWQuery
addAnswer, getAnswers, getInferenceEngine, getLanguage, getQueryContent, getQuestion, setAnswers, setInferenceEngine, setLanguage, setQueryContent, setQuestion
 
Methods inherited from interface iw.model.IWProofElement
getShortName, setShortName
 
Methods inherited from interface iw.model.IWModelElement
getFirstSubmissionDate, getLastSubmissionDate, getModel, getURI, setFirstSubmissionDate, setLastSubmissionDate, setModel, setURI
 

Method Detail

storeQuery

public java.lang.String storeQuery(java.lang.String _dumpingURL,
                                   java.util.Hashtable ht)
                            throws java.lang.Exception
Throws:
java.lang.Exception

storeQuery

public void storeQuery(java.lang.String _dumpingURL)
                throws java.lang.Exception
Throws:
java.lang.Exception

storeQueryByURL

public void storeQueryByURL(java.lang.String _dumpingURL)
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright 2006 Inference Web group, All Rights Reserved.