Changeset 866
- Timestamp:
- 01/20/2011 04:54:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AgentMind/branches/FAtiMA-Modular/FAtiMA/src/FAtiMA/Core/deliberativeLayer/goals/ActivePursuitGoal.java
r734 r866 109 109 protected ArrayList<Condition> _successConditions; 110 110 protected int _numberOfTries; 111 protected Hashtable<Symbol, Float> _expectedEffects;112 111 113 112 protected Float _probability = null; … … 129 128 super(description); 130 129 131 _expectedEffects = new Hashtable<Symbol,Float>();132 130 _preConditions = new ArrayList<Condition>(5); 133 131 _successConditions = new ArrayList<Condition>(2);
Note: See TracChangeset
for help on using the changeset viewer.