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 TypeMethodDescriptionvoidexecute()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, setLoggingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.common.Executable
act, run
-
Constructor Details
-
Test
-
-
Method Details
-
execute
public void execute()Description copied from interface:ExecutableThe functional interface method specified by this interface.- Specified by:
executein interfaceExecutable
-