|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnknownComponentException | |
|---|---|
| org.dllearner.server | This package implements the DL-Learner web service. |
| Uses of UnknownComponentException in org.dllearner.server |
|---|
| Methods in org.dllearner.server that throw UnknownComponentException | |
|---|---|
int |
DLLearnerWS.addKnowledgeSource(int id,
String component,
String url)
Adds a knowledge source. |
void |
DLLearnerWS.applyConfigEntryBoolean(int sessionID,
int componentID,
String optionName,
Boolean value)
|
void |
DLLearnerWS.applyConfigEntryInt(int sessionID,
int componentID,
String optionName,
Integer value)
|
void |
DLLearnerWS.applyConfigEntryString(int sessionID,
int componentID,
String optionName,
String value)
|
void |
DLLearnerWS.applyConfigEntryStringArray(int sessionID,
int componentID,
String optionName,
String[] value)
|
void |
DLLearnerWS.applyConfigEntryURL(int sessionID,
int componentID,
String optionName,
String value)
|
String[] |
DLLearnerWS.getConfigOptions(String component,
boolean allInfo)
Gets the configuration options supported by the component. |
Boolean |
DLLearnerWS.getConfigOptionValueBoolean(int sessionID,
int componentID,
String optionName)
|
Double |
DLLearnerWS.getConfigOptionValueDouble(int sessionID,
int componentID,
String optionName)
|
Integer |
DLLearnerWS.getConfigOptionValueInt(int sessionID,
int componentID,
String optionName)
|
String |
DLLearnerWS.getConfigOptionValueString(int sessionID,
int componentID,
String optionName)
|
String[] |
DLLearnerWS.getConfigOptionValueStringArray(int sessionID,
int componentID,
String optionName)
|
String |
DLLearnerWS.getConfigOptionValueURL(int sessionID,
int componentID,
String optionName)
|
void |
DLLearnerWS.init(int id,
int componentID)
Initialise the specified component. |
int |
DLLearnerWS.setLearningAlgorithm(int id,
String component)
Sets the learning algorithm to use. |
int |
DLLearnerWS.setLearningProblem(int id,
String component)
Sets the learning problem to use. |
int |
DLLearnerWS.setReasoner(int id,
String component)
Sets the reasoner to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||