data class StateRuleExecution: AbstractState
Fields
Name | Description |
---|---|
val context: ClassicExecutionContext
|
Constructors
<init>
constructor(context: ClassicExecutionContext)
Parameters
Name | Description |
---|---|
context: ClassicExecutionContext
|
Methods
clone
fun clone(context: ClassicExecutionContext): StateRuleExecution
Parameters
Name | Description |
---|---|
context: ClassicExecutionContext
|
ReturnValue
Name | Description |
---|---|
StateRuleExecution
|