Package com.storedobject.ui
Class Test
java.lang.Object
com.storedobject.ai.Knowledge
com.storedobject.ui.Test
- All Implemented Interfaces:
DataRetriever
,Executable
,Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.ai.Knowledge
Knowledge.CoreTools
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
The functional interface method specified by this interface.Methods inherited from class com.storedobject.ai.Knowledge
addDataClass, addDataClass, addModules, count, createChat, createChat, get, getAttributes, getClass, getId, getTransactionManager, isLogging, list, log, save, save, setDataRetriever, setLogging
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.common.Executable
act, run
-
Constructor Details
-
Test
-
-
Method Details
-
execute
public void execute()Description copied from interface:Executable
The functional interface method specified by this interface.- Specified by:
execute
in interfaceExecutable
-