Uses of Enum
org.oristool.simulator.rewards.Reward.RewardEvent
-
Uses of Reward.RewardEvent in org.oristool.simulator.rewards
Modifier 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.Modifier and TypeMethodDescriptionvoid
RewardEvaluator.update
(Reward.RewardEvent event) void
RewardEvaluatorTimeout.update
(Reward.RewardEvent event) void
RewardObserver.update
(Reward.RewardEvent event)