LsaAbstractAction

abstract class LsaAbstractAction : AbstractAction<List<ILsaMolecule>> , ILsaAction

Constructors

Link copied to clipboard
open fun LsaAbstractAction(node: ILsaNode, m: List<ILsaMolecule>)

Functions

Link copied to clipboard
abstract fun cloneAction(node: Node<List<ILsaMolecule>>, reaction: Reaction<List<ILsaMolecule>>): LsaAbstractAction
Link copied to clipboard
abstract fun execute()
Link copied to clipboard
abstract fun getContext(): Context
Link copied to clipboard
fun getNode(): ILsaNode
Link copied to clipboard
fun getOutboundDependencies(): ListSet<out Dependency>
abstract fun getOutboundDependencies(): ListSet<out Dependency>
Link copied to clipboard
open fun setExecutionContext(m: Map<HashString, ITreeNode<out Any>>, n: List<ILsaNode>)
Sets the context in which this action will execute.
Link copied to clipboard
abstract fun toString(): String

Inheritors

Link copied to clipboard
Link copied to clipboard