|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMotive
Interface for any class which represents an agents motive. It is used for generating new desires given the agents current beliefs.
Method Summary | |
---|---|
java.util.List<CDesire> |
generateDesire(IEpistemicState bel)
Generates new desires based on the agents current beliefs, despite of the current agents motives because existing motives will not be replaced. |
java.lang.String |
getUniqueName()
Returns the unique name of the motive. |
Method Detail |
---|
java.lang.String getUniqueName()
java.util.List<CDesire> generateDesire(IEpistemicState bel)
Current
- agents beliefs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |