Package eu.iv4xr.framework.goalsAndTactics
package eu.iv4xr.framework.goalsAndTactics
Contains examples of suggested goals and tactics that developers can
implement. They are typically offered in terms of Interface. So, there are no
concrete implementation of them. Note that the implementation can be expected
to be pretty domain-specific, so offering a general implementation is quite
impossible.
The package does offer general goal-solving algorithms built on these interfaces. So, if the interfaces are implemented the algorithm can be used to solved certain kinds of goals.
-
InterfaceDescriptionIInteractiveWorldGoalLib<Location>This interface lists/suggests some commonly useful goal-structures for an agent to go about in an interactive world.IInteractiveWorldTacticLib<Location>This interface lists/suggests some commonly useful tactics for an agent to go about in an interactive world.