|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.tools.Personality
public class Personality
This class implements a personality model loosely based on the primary drives posited in CLARION. This class contains only enumerators and therefore does not need to be instantiated.
Usage:
This class is primarily used to setup drives within the motivational subsystem (MS) in CLARION. It provides enumerators that can assist in speeding up the process of initializing the MS.
For information regarding the theory behind this implementation of the personality model, please see the addendum to the CLARION tutorial on the MS (Sun, 2008).
Nested Class Summary | |
---|---|
static class |
Personality.BehavioralSystemMembers
For the PrimaryDrives enumerator, this specifies to which behavioral system they belong. |
static class |
Personality.PersonalityTypes
Default personality types that can be used for initializing the MS. |
static class |
Personality.PrimaryDrives
The primary drives proposed by CLARION. |
Constructor Summary | |
---|---|
Personality()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Personality()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |