ILsaAction

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
abstract fun getOutboundDependencies(): ListSet<? extends Dependency>
Link copied to clipboard
abstract fun setExecutionContext(matches: Map<HashString, ITreeNode<out Any>>, nodes: List<ILsaNode>)
Sets the context in which this action will execute.