clarion.tools
Class Personality

java.lang.Object
  extended by clarion.tools.Personality

public class Personality
extends java.lang.Object

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).

Version:
6.0.5
Author:
Nick Wilson

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

Personality

public Personality()