Uses of Enum Class
org.eclnt.ccee.chatgpt.logic.conversation.ENUMLMCommand
Packages that use ENUMLMCommand
-
Uses of ENUMLMCommand in org.eclnt.ccee.chatgpt.logic.conversation
Methods in org.eclnt.ccee.chatgpt.logic.conversation that return ENUMLMCommandModifier and TypeMethodDescriptionstatic ENUMLMCommand
Returns the enum constant of this class with the specified name.static ENUMLMCommand[]
ENUMLMCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclnt.ccee.chatgpt.logic.conversation with parameters of type ENUMLMCommandModifier and TypeMethodDescriptionvoid
ILMConversation.executeCommand
(ENUMLMCommand command, String text) void
LMConversationChatGPT.executeCommand
(ENUMLMCommand command, String text)