User Activity

  • Posted a comment on discussion Help on Jadex BDI Agent System

    If you dispatch a goal with recur condition, this condition will not listen to the belief if the goal still inprocess. It is required to change outside the execution of the same one. @Agent public class testeBDI { @Belief protected int change = 0; @Goal(recur=true) public class FactChangedGoal { @GoalRecurCondition public boolean recur(@Event(type=ChangeEvent.FACTCHANGED,value="change") ChangeInfo change) { System.out.println("FactChangedGoal :: Recur :: ChangeInfo: " + change); return true; } }...

View All

Personal Data

Username:
daniel-silva
Joined:
2010-10-26 11:17:52

Projects

This is a list of open source software projects that Daniel Souza is associated with:

Personal Tools