|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDesireState
Interface for any class which represents an agents desire state. Extending the SortedSets ensures that every desire can only appear once in an agents desirestate. Furthermore it provides easy access to highest motivated desire.
Method Summary | |
---|---|
int |
getIntensityByUniqueName(Literal uniqueName)
|
CDesire |
getMostMotivatedDesire()
|
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
int getIntensityByUniqueName(Literal uniqueName)
CDesire getMostMotivatedDesire()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |