Changeset 887
- Timestamp:
- 01/25/2011 02:19:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AgentMind/branches/FAtiMA-Modular/FAtiMA.MotivationalSystem/src/FAtiMA/motivationalSystem/MotivationalComponent.java
r870 r887 20 20 import FAtiMA.Core.IModelOfOtherComponent; 21 21 import FAtiMA.Core.Display.AgentDisplayPanel; 22 import FAtiMA.Core.OCCAffectDerivation.OCCAppraisalVariables; 22 23 import FAtiMA.Core.OCCAffectDerivation.OCCComponent; 23 24 import FAtiMA.Core.deliberativeLayer.IActionFailureStrategy; … … 451 452 if(desirability != null) 452 453 { 453 as.SetAppraisalVariable(NAME, (short) 8, OCC Component.DESIRABILITY, desirability.floatValue());454 as.SetAppraisalVariable(NAME, (short) 8, OCCAppraisalVariables.DESIRABILITY.name(), desirability.floatValue()); 454 455 } 455 456 _appraisals.remove(e.toString());
Note: See TracChangeset
for help on using the changeset viewer.