| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
evolution | |
evolution.actions |
Uses of Action in evolution |
Methods in evolution that return Action | |
Action | Human.getAction() Get the action for this human. |
Methods in evolution with parameters of type Action | |
protected void | Human.evolve(Action action) Evolve by doing the given action. |
protected void | Human.findSquare(Action action) Find some squares to do the given action on. |
protected void | Human.setAction(Action a) Set the action for this human. |
Uses of Action in evolution.actions |
Subclasses of Action in evolution.actions | |
class | Constructing Construction of a building. |
class | Exploring Exploring land. |
class | GeoInvestigation Investigate a land for coals. |
class | SimpleAction SimpleAction represents all actions for which no extra code should be written to define the behaviour. |
Methods in evolution.actions that return Action | |
Action | ActionKnowledgeCatalog.getDefaultAction() Return an instance of the default action type. |
Action | ActionKnowledgeCatalog.instantiate(String actionName) Instantiate the action with the given name on the given square. |
Methods in evolution.actions with parameters of type Action | |
double | ActionKnowledgeCatalog.getPriority(Action action) The normal priority for this action. |
Map | ActionKnowledgeCatalog.reveals(Action action) A hash of resources/speeds for the given action. |
| a gvijf production | ||||||||
PREV NEXT | FRAMES NO FRAMES |