Uses of Class
edu.uky.cs.nil.tt.world.Effect
Packages that use Effect
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 Effect in edu.uky.cs.nil.tt.world
Methods in edu.uky.cs.nil.tt.world that return EffectModifier and TypeMethodDescriptionEffect[]LogicalWorld.getEffects(Action action) Returns an array of effects which express how an action modifies the state of a story world when it happens.Effect.substitute(Function<Object, Object> substitution) Methods in edu.uky.cs.nil.tt.world with parameters of type EffectModifier and TypeMethodDescriptionvoidLogicalWorld.setEffects(Action action, Effect... effects) Sets the arrays of effects which express how an action modifies the state of a story world when it happens.static StringConverts an array of effects to a string, similar in format to aconjunction.