alchemist
alchemist
/
it.unibo.alchemist.model.implementations.actions
/
AbstractLocalAction
Abstract
Local
Action
abstract
class
AbstractLocalAction
<
T
>
:
AbstractAction
<
T
>
Content copied to clipboard
Functions
Parameters
Parameters
<T>
concentration type
Functions
clone
Action
Link copied to clipboard
abstract
fun
cloneAction
(
p
:
Node
<
T
>
,
p1
:
Reaction
<
T
>
)
:
Action
<
T
>
Content copied to clipboard
execute
Link copied to clipboard
abstract
fun
execute
(
)
Content copied to clipboard
get
Context
Link copied to clipboard
fun
getContext
(
)
:
Context
Content copied to clipboard
get
Outbound
Dependencies
Link copied to clipboard
fun
getOutboundDependencies
(
)
:
ListSet
<
out
Dependency
>
Content copied to clipboard
How to override: if you intend your action to influence any reaction with compatible context, return null.
abstract
fun
getOutboundDependencies
(
)
:
ListSet
<
out
Dependency
>
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard