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 ENUMLMCommandReturns 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 TypeMethodDescriptionvoidILMConversation.executeCommand(ENUMLMCommand command, String text) voidLMConversationChatGPT.executeCommand(ENUMLMCommand command, String text)