Uses of Class
edu.uky.cs.nil.tt.world.Describer.Verb
Packages that use Describer.Verb
Package
Description
Story
worlds define the objects, concepts, and actions that
exist in a story, and story world models define the logic
for when actions can happen, how actions change the current state of world,
when endings happen, etc.-
Uses of Describer.Verb in edu.uky.cs.nil.tt.world
Methods in edu.uky.cs.nil.tt.world that return Describer.VerbMethods in edu.uky.cs.nil.tt.world that return types with arguments of type Describer.VerbModifier and TypeMethodDescriptionDescriber.getVerbs()Returns all the verbs used by this describer.Methods in edu.uky.cs.nil.tt.world with parameters of type Describer.VerbModifier and TypeMethodDescriptionvoidDescriber.add(Describer.Verb verb) Adds a verb to this describer, or replaces an existing verb with the same base, if one exists.