Action

interface Action

Interface for all actions that can be executed

Inheritors

Properties

Link copied to clipboard
abstract val algorithmString: String

String representation of the action

Functions

Link copied to clipboard
abstract fun execute(context: Context): Context

Execute the action in the given context