Uses of Enum
org.oristool.simulator.rewards.Reward.RewardEvent
Packages that use Reward.RewardEvent
-
Uses of Reward.RewardEvent in org.oristool.simulator.rewards
Methods in org.oristool.simulator.rewards that return Reward.RewardEventModifier and TypeMethodDescriptionstatic Reward.RewardEvent
Returns the enum constant of this type with the specified name.static Reward.RewardEvent[]
Reward.RewardEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.oristool.simulator.rewards with parameters of type Reward.RewardEventModifier and TypeMethodDescriptionvoid
RewardEvaluator.update
(Reward.RewardEvent event) void
RewardEvaluatorTimeout.update
(Reward.RewardEvent event) void
RewardObserver.update
(Reward.RewardEvent event)