Class AnalyzeTargetPlan
- java.lang.Object
-
- jadex.bdiv3.examples.marsworld.sentry.AnalyzeTargetPlan
-
public class AnalyzeTargetPlan extends java.lang.Object
Inform the sentry agent about a new target.
-
-
Field Summary
Fields Modifier and Type Field Description protected SentryAgent.AnalyzeTarget
goal
protected IPlan
rplan
protected SentryAgent
sentry
-
Constructor Summary
Constructors Constructor Description AnalyzeTargetPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.
-
-
-
Field Detail
-
sentry
protected SentryAgent sentry
-
rplan
protected IPlan rplan
-
goal
protected SentryAgent.AnalyzeTarget goal
-
-