Uses of Class
edu.uky.cs.nil.tt.world.Constant
Packages that use Constant
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 Constant in edu.uky.cs.nil.tt.world
Fields in edu.uky.cs.nil.tt.world declared as ConstantModifier and TypeFieldDescriptionstatic final ConstantConstant.FALSEA constant representing Boolean falsestatic final ConstantConstant.NULLA constant representing nothing or the absence of a valuestatic final ConstantConstant.TRUEA constant representing Boolean trueMethods in edu.uky.cs.nil.tt.world that return Constant