Serialized Form
-
Package FAtiMA.ReactiveComponent
-
Class FAtiMA.ReactiveComponent.Action extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_elicitingEmotion
FAtiMA.Core.emotionalState.BaseEmotion _elicitingEmotion
-
_name
FAtiMA.Core.wellFormedNames.Name _name
-
_preConditions
java.util.ArrayList<FAtiMA.Core.conditions.Condition> _preConditions
-
-
Class FAtiMA.ReactiveComponent.ActionTendencies extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_actions
java.util.ArrayList<Action> _actions
-
_filteredActions
java.util.HashMap<java.lang.String,java.lang.Long> _filteredActions
-
-
Class FAtiMA.ReactiveComponent.EmotionalReactionTreeNode extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_childs
java.util.HashMap<java.lang.String,IReactionNode> _childs
-
_type
java.lang.String _type
-
-
Class FAtiMA.ReactiveComponent.Reaction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_desirability
java.lang.Float _desirability
-
_desirabilityForOther
java.lang.Float _desirabilityForOther
-
_event
FAtiMA.Core.sensorEffector.Event _event
-
_like
java.lang.Float _like
-
_other
FAtiMA.Core.wellFormedNames.Symbol _other
-
_praiseworthiness
java.lang.Float _praiseworthiness
-
-
Class FAtiMA.ReactiveComponent.ReactiveComponent extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_actionTendencies
ActionTendencies _actionTendencies
-
_emotionalReactions
EmotionalReactionTreeNode _emotionalReactions
-
-
-
Package FAtiMA.ReactiveComponent.display
-
Class FAtiMA.ReactiveComponent.display.ActionDisplay extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Class FAtiMA.ReactiveComponent.display.ActionTendenciesPanel extends FAtiMA.Core.Display.AgentDisplayPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_actionsPanel
javax.swing.JPanel _actionsPanel
-
_numberOfAT
int _numberOfAT
-
_reactiveComponent
ReactiveComponent _reactiveComponent
-
-