Package com.t4a.predict
Class HttpRestPredictionLoader
java.lang.Object
com.t4a.predict.HttpRestPredictionLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(Map<String, AIAction> predictions, StringBuffer actionNameList) void
parseConfig
(Map<String, AIAction> predictions, StringBuffer actionNameList)
-
Constructor Details
-
HttpRestPredictionLoader
public HttpRestPredictionLoader()
-
-
Method Details
-
load
public void load(Map<String, AIAction> predictions, StringBuffer actionNameList) throws LoaderException- Throws:
LoaderException
-
parseConfig
public void parseConfig(Map<String, AIAction> predictions, StringBuffer actionNameList) throws IOException- Throws:
IOException
-