|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.flow.webservice.AbstractWebServiceProvider
adams.flow.webservice.WekaServiceWS
public class WekaServiceWS
Webservice for WEKA.
| Field Summary | |
|---|---|
protected int |
m_ClassifierCacheSize
the number of classifiers to store in cache. |
protected int |
m_ClustererCacheSize
the number of clusterers to store in cache. |
protected org.apache.cxf.jaxws.EndpointImpl |
m_Endpoint
end point for the web service |
protected WekaService |
m_Implementation
the webservice implementation to use. |
| Fields inherited from class adams.flow.webservice.AbstractWebServiceProvider |
|---|
m_Owner, m_URL |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
WekaServiceWS()
|
|
| Method Summary | |
|---|---|
String |
classifierCacheSizeTipText()
Description of this option |
String |
clustererCacheSizeTipText()
Description of this option |
void |
defineOptions()
Adds options to the internal list of options. |
protected void |
doStart()
Performs the actual start of the service. |
protected void |
doStop()
Performs the actual stop of the service. |
int |
getClassifierCacheSize()
Get the number of folds used for the cross validation |
int |
getClustererCacheSize()
Get the number of folds used for the cross validation |
String |
getDefaultURL()
Returns the default URL for the service. |
WekaService |
getImplementation()
Returns the webservice implementation to use. |
String |
globalInfo()
Returns a string describing the object. |
String |
implementationTipText()
Description of this option. |
void |
setClassifierCacheSize(int value)
Sets the number of classifiers to keep in memory. |
void |
setClustererCacheSize(int value)
Sets the number of clusterers to keep in memory. |
void |
setImplementation(WekaService value)
Sets the webservice implementation to use. |
| Methods inherited from class adams.flow.webservice.AbstractWebServiceProvider |
|---|
check, getOwner, getURL, log, setOwner, setURL, start, stop, URLTipText |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, reset, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.apache.cxf.jaxws.EndpointImpl m_Endpoint
protected WekaService m_Implementation
protected int m_ClassifierCacheSize
protected int m_ClustererCacheSize
| Constructor Detail |
|---|
public WekaServiceWS()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic void defineOptions()
defineOptions in interface OptionHandlerdefineOptions in class AbstractWebServiceProviderpublic String getDefaultURL()
getDefaultURL in class AbstractWebServiceProviderpublic void setImplementation(WekaService value)
value - the implementationpublic WekaService getImplementation()
public String implementationTipText()
public void setClassifierCacheSize(int value)
value - the number of classifiers to keeppublic int getClassifierCacheSize()
public String classifierCacheSizeTipText()
public void setClustererCacheSize(int value)
value - the number of clusterers to keeppublic int getClustererCacheSize()
public String clustererCacheSizeTipText()
protected void doStart()
throws Exception
doStart in class AbstractWebServiceProviderException - if start fails
protected void doStop()
throws Exception
doStop in class AbstractWebServiceProviderException - if stopping fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||