Companion
object Companion
Properties
Link copied to clipboard
Two or more actions in the same agent share the same name, typically caused by overloaded @Action methods.
Link copied to clipboard
Agent class has no @Action or @Condition methods and no goals defined.
Link copied to clipboard
An action has preconditions whose backing methods take more than one parameter.
Link copied to clipboard
A condition method takes more than one parameter.
Link copied to clipboard
Agent has no goals, so it can never be considered complete.
Link copied to clipboard
Agent has goals but no actions, so no plan can ever reach them.