|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WordNet
Remote interface for WordNet.
Method Summary | |
---|---|
org.w3c.dom.Document |
queryDoc(java.lang.String thisWord,
boolean withLinks,
boolean recurse)
Business method that returns WordNet data as a Document |
org.w3c.dom.Document |
queryDoc(java.lang.String thisWord,
java.lang.String thisPosName,
java.lang.String thisCategoryName,
java.lang.String thisLinkName,
boolean withLinks,
boolean recurse)
Business method that returns WordNet overview data as DOM document |
org.w3c.dom.Document |
queryDocVn(long thisWordId,
long thisSynsetId)
Business method that returns VerbNet data as DOM document |
org.w3c.dom.Document |
queryDocWnVn(java.lang.String thisWord)
Business method the returns VerbNet overview data as DOM document |
org.w3c.dom.Document |
queryDocWnXWn(java.lang.String thisWord)
Business method that returns XWordNet overview data as DOM document |
org.w3c.dom.Document |
queryDocXWn(long thisSynsetId)
Business method that returns XWordNet data as DOM document |
org.w3c.dom.Document |
queryOverviewDoc(java.lang.String thisWord)
Business method that returns WordNet overview data as DOM document |
java.lang.String |
queryOverviewXML(java.lang.String thisWord)
Business method that returns WordNet overview data as XML |
java.lang.String |
queryXML(java.lang.String thisWord,
boolean withLinks,
boolean recurse)
Business method that returns complete data as XML |
java.lang.String |
queryXML(java.lang.String thisWord,
java.lang.String thisPosName,
java.lang.String thisCategoryName,
java.lang.String thisLinkName,
boolean withLinks,
boolean recurse)
Business method that returns WordNet overview data as XML |
java.lang.String |
queryXMLVn(long thisWordId,
long thisSynsetId)
Business method that returns VerbNet data as XML |
java.lang.String |
queryXMLWnVn(java.lang.String thisWord)
Business method that returns XWordnet overview data as XML |
java.lang.String |
queryXMLWnXWn(java.lang.String thisWord)
Business method that returns XWordNet overview data as XML |
java.lang.String |
queryXMLXWn(long thisSynsetId)
Business method returns XWordNet data as XML data |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
org.w3c.dom.Document queryDoc(java.lang.String thisWord, boolean withLinks, boolean recurse) throws java.rmi.RemoteException
thisWord
- is the target wordwithLinks
- determines if queries are to include linksrecurse
- determines if queries are to follow links recursively
java.rmi.RemoteException
java.lang.String queryXML(java.lang.String thisWord, boolean withLinks, boolean recurse) throws java.rmi.RemoteException
thisWord
- is the target wordwithLinks
- determines if queries are to include linksrecurse
- determines if queries are to follow links recursively
java.rmi.RemoteException
org.w3c.dom.Document queryDoc(java.lang.String thisWord, java.lang.String thisPosName, java.lang.String thisCategoryName, java.lang.String thisLinkName, boolean withLinks, boolean recurse) throws java.rmi.RemoteException
thisWord
- is the target wordthisPosName
- is the target part-of-speechthisCategoryName
- is the target categorythisLinkName
- is the target link typewithLinks
- determines if queries are to include linksrecurse
- determines if queries are to follow links recursively
java.rmi.RemoteException
java.lang.String queryXML(java.lang.String thisWord, java.lang.String thisPosName, java.lang.String thisCategoryName, java.lang.String thisLinkName, boolean withLinks, boolean recurse) throws java.rmi.RemoteException
thisWord
- is the target wordthisPosName
- is the target part-of-speechthisCategoryName
- is the target categorythisLinkName
- is the target link typewithLinks
- determines if queries are to include linksrecurse
- determines if queries are to follow links recursively
java.rmi.RemoteException
org.w3c.dom.Document queryOverviewDoc(java.lang.String thisWord) throws java.rmi.RemoteException
thisWord
- is the target word
java.rmi.RemoteException
java.lang.String queryOverviewXML(java.lang.String thisWord) throws java.rmi.RemoteException
thisWord
- is the target word
java.rmi.RemoteException
org.w3c.dom.Document queryDocXWn(long thisSynsetId) throws java.rmi.RemoteException
thisSynsetId
- is the target synset id
java.rmi.RemoteException
java.lang.String queryXMLXWn(long thisSynsetId) throws java.rmi.RemoteException
thisSynsetId
- is the target synset id
java.rmi.RemoteException
org.w3c.dom.Document queryDocWnXWn(java.lang.String thisWord) throws java.rmi.RemoteException
thisWord
- is the target word
java.rmi.RemoteException
java.lang.String queryXMLWnXWn(java.lang.String thisWord) throws java.rmi.RemoteException
thisWord
- is the target word
java.rmi.RemoteException
org.w3c.dom.Document queryDocVn(long thisWordId, long thisSynsetId) throws java.rmi.RemoteException
thisWordId
- is the word id to build query fromthisSynsetId
- is the synset id to build query from (-1 if any)
java.rmi.RemoteException
java.lang.String queryXMLVn(long thisWordId, long thisSynsetId) throws java.rmi.RemoteException
thisWordId
- is the target word idthisSynsetId
- is the target synset id (-1 if any)
java.rmi.RemoteException
org.w3c.dom.Document queryDocWnVn(java.lang.String thisWord) throws java.rmi.RemoteException
thisWord
- is the target word
java.rmi.RemoteException
java.lang.String queryXMLWnVn(java.lang.String thisWord) throws java.rmi.RemoteException
thisWord
- is the target word
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |