Class | Description |
---|---|
Agenda |
Class that represents an agenda like data structure.
|
GameInformation |
Class that contains the game's information.
|
PDDLAction |
Class that represents a PDDL action.
|
PDDLPlan |
Class that represents a PDDL plan.
|
PDDLSingleGoal |
Class that represents a PDDL goal.
|
PlanningAgent |
Planning agent class.
|
Enum | Description |
---|---|
Position |
Positions of cells and agent's orientation.
|
Exception | Description |
---|---|
PlannerException |
Exception thrown when there's some kind of problem while calling the planner.
|