Uses of Interface
edu.uky.cs.nil.tt.CommandParser.Operation
Packages that use CommandParser.Operation
Package
Description
Tandem Tales is a platform that enables short, paired storytelling
exercises between two agents over a network.
-
Uses of CommandParser.Operation in edu.uky.cs.nil.tt
Fields in edu.uky.cs.nil.tt declared as CommandParser.OperationModifier and TypeFieldDescriptionfinal CommandParser.OperationCommandParser.Command.operationThe operation to execute if this command is parsedConstructors in edu.uky.cs.nil.tt with parameters of type CommandParser.OperationModifierConstructorDescriptionCommand(String[] words, CommandParser.Operation operation) Constructs a new command (including its human-readable description and its regular expression) from a sequence of keywords.Command(String format, Pattern pattern, CommandParser.Operation operation) Constructs a new command from a description, regular expression, and operation to be executed when the command is parsed.