Uses of Class
edu.uky.cs.nil.tt.CommandParser.Command
Packages that use CommandParser.Command
Package
Description
Tandem Tales is a platform that enables short, paired storytelling
exercises between two agents over a network.
-
Uses of CommandParser.Command in edu.uky.cs.nil.tt
Methods in edu.uky.cs.nil.tt that return types with arguments of type CommandParser.CommandModifier and TypeMethodDescriptionCommandParser.getCommands()Returns a list of all of the command this parser can recognize.Methods in edu.uky.cs.nil.tt with parameters of type CommandParser.CommandModifier and TypeMethodDescriptionvoidCommandParser.add(CommandParser.Command command) Adds a new command to the list of command this parser can recognize.