AbstractLocalAction

abstract class AbstractLocalAction<T> : AbstractAction<T>

Parameters

<T>

concentration type

Functions

Link copied to clipboard
abstract fun cloneAction(p: Node<T>, p1: Reaction<T>): Action<T>
Link copied to clipboard
abstract fun execute()
Link copied to clipboard
fun getContext(): Context
Link copied to clipboard
fun getOutboundDependencies(): ListSet<out Dependency>
How to override: if you intend your action to influence any reaction with compatible context, return null.
abstract fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun toString(): String