toggle menu
alchemist
jvm
switch theme
search in API
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.