Class ActionChainOptions

java.lang.Object
io.github.jspinak.brobot.action.ActionConfig
io.github.jspinak.brobot.action.ActionChainOptions

public final class ActionChainOptions extends ActionConfig
Configuration for executing a chain of actions with specific chaining behavior.

ActionChainOptions wraps an initial ActionConfig and adds parameters that control how an entire sequence of actions behaves. This includes the chaining strategy (nested vs. confirmed) and the list of subsequent actions to execute.

This design separates the configuration of individual actions from the configuration of how those actions work together, following the Single Responsibility Principle.

Since:
1.0
  • Method Details