Package edu.udo.cs.ie.cowbots.bdi.desgen

Package class diagram package edu.udo.cs.ie.cowbots.bdi.desgen
Implementation of the desire generation, driven by a set of motives.

See:
          Description

Interface Summary
IDesireState Interface for any class which represents an agents desire state.
IMotive Interface for any class which represents an agents motive.
IMotiveSet Interface for any class representing an agents motiveset.
 

Class Summary
CDesire Abstract class for any class which represents an agents desire.
CowbotDesire  
DefaultDesire Default implementation of a cowbots desire.
DefaultMotive Default implementation of a cowbots motive.
DesireComponent Controller class for generating new desires.
DesireState Implementation of a cowbots desirestate.
FastCowbotDesireComponent Fast, java-based class for generating desires for the cowbot scenario.
MotiveSet Implementation of a cowbots motiveset.
 

Enum Summary
DesireComponent.ReadState Enum used for reading the motive files.
 

Package edu.udo.cs.ie.cowbots.bdi.desgen Description

Implementation of the desire generation, driven by a set of motives.