alchemist
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
alchemist
/
it.unibo.alchemist.model.movestrategies.target
Package-level
declarations
Types
Types
Follow
Target
Link copied to clipboard
open
class
FollowTarget
<
T
,
P
:
Position
<
P
>
?
>
:
TargetSelectionStrategy
<
T
,
P
>
This strategy reads the value of a "target" molecule and tries to interpret it as a coordinate.
Go
To
Link copied to clipboard
data
class
GoTo
<
T
,
P
:
Position
<
P
>
>
(
destination
:
P
)
:
TargetSelectionStrategy
<
T
,
P
>
TargetSelectionStrategy that has the objective to go towards a fixed destination in the Environment.