AbstractLsaAction

Constructors

Link copied to clipboard
constructor(node: ILsaNode, m: List<ILsaMolecule>)

Functions

Link copied to clipboard
This method allows to clone this action on a new node.
Link copied to clipboard
abstract fun execute()
Effectively executes this action.
Link copied to clipboard
abstract fun getContext(): Context
Link copied to clipboard
Link copied to clipboard
How to override: if you intend your action to influence any reaction with compatible context, return null.
Link copied to clipboard
Sets the context in which this action will execute.
Link copied to clipboard
abstract fun toString(): String