|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.uni_leipzig.wortschatz.webservice.WebServiceTypes
de.uni_leipzig.wortschatz.webservice.webservices.Similarity
Diese Webservicetyp stellt Anfragen an eine DB. Dabei wird ein String[][] zur?ckgegeben.
Auf welche Datenbank hierbei zugegriffen wird, dies wird in der Webserviceverwaltung definiert.
Weitehrin werden die entsprechenden SQL-Statements aus dem Feld "Algorithmus" der
Webserviceverwaltungstabelle geladen.
Aufgabe dieses Services:
Returns automatically computed contextually similar words of the input word. Such similar words may be antonyms, hyperonyms, synonyms, cohyponyms or other. Note that due to the huge amount of data any query to this services may take a long time.
Dieser Webservice wurde aus dem Webservicetyp
de.uni_leipzig.wortschatz.webservice.webservicetypes.MySQLSelectType
| Field Summary | |
private java.sql.Connection |
objConnection
Dieses Feld speichert die Referenz auf das Objekt, welches die Verbindung zur DB hergestellt hat. |
| Fields inherited from class de.uni_leipzig.wortschatz.webservice.WebServiceTypes |
objAttachments, objRequestParams, objResponseAttachments |
| Fields inherited from interface de.uni_leipzig.wortschatz.webservice.ConstantsI |
AUTH_COMMERCIAL_INT, AUTH_COMMERCIAL_STRING, AUTH_FREE_INT, AUTH_FREE_STRING, AUTH_INTERN_INT, AUTH_INTERN_STRING, AUTH_LIMITED_INT, AUTH_LIMITED_STRING, LOCK, SERVICE_DB_PROPERTIES_PATH, SERVICEOVERVIEW_HTML_TEMPLATE, UNLOCK |
| Fields inherited from interface de.uni_leipzig.wortschatz.webservice.LoggingI |
logger |
| Fields inherited from interface de.uni_leipzig.wortschatz.webservice.ControlLoggingI |
control |
| Constructor Summary | |
Similarity()
Der Stanardkonstruktor. |
|
| Method Summary | |
private CorpusOptions |
getCorpusOptions()
|
protected java.lang.String[][] |
invoke()
Diese Methode f?hrt den DB-Request aus. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.sql.Connection objConnection
| Constructor Detail |
public Similarity()
| Method Detail |
protected java.lang.String[][] invoke()
throws java.lang.Exception
invoke in class WebServiceTypesjava.lang.Exceptionprivate CorpusOptions getCorpusOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||