|
Jadex 0.96 | ||||||||
PREV AGENT NEXT AGENT | FRAMES NO FRAMES | ||||||||
SUMMARY: | BELIEF | GOAL | PLAN | EVENT | EXPRESSION | CONFIGURATION | DETAIL: BELIEF | GOAL | PLAN | EVENT | EXPRESSION | CONFIGURATION |
The df capability has all necessay plans, beliefs and goals for all activities concerned with df functionality.
Belief Summary | |
exported belief Long |
timeout
The timeout (defaults to standards timeout specified in runtime properties). |
Goal Summary | |
exported achievegoal |
df_deregister(AgentDescription description, AgentIdentifier df)
Deregister an agent description at the given (or default) DF. |
exported maintaingoal |
df_keep_registered(Long buffertime, Long current_time, Object description, AgentIdentifier df, Long leasetime, Object result)
Maintain a registration at the given (or default) DF. |
exported achievegoal |
df_modify(Object description, AgentIdentifier df, Long leasetime, Object result)
Modify an agent description at the given (or default) DF. |
exported achievegoal |
df_register(Object description, AgentIdentifier df, Long leasetime, Object result)
Register an agent description at the given (or default) DF. |
exported achievegoal |
df_search(SearchConstraints constraints, Object description, AgentIdentifier df, AgentDescription result)
Search for an agent description at the given (or default) DF. |
Belief Detail |
exported belief Long timeout
Goal Detail |
exported achievegoal df_register(Object description, AgentIdentifier df, Long leasetime, Object result)
description
df
leasetime
result
exported achievegoal df_modify(Object description, AgentIdentifier df, Long leasetime, Object result)
description
df
leasetime
result
exported achievegoal df_deregister(AgentDescription description, AgentIdentifier df)
description
- The agent description to deregister. df
exported achievegoal df_search(SearchConstraints constraints, Object description, AgentIdentifier df, AgentDescription result)
constraints
description
df
result
exported maintaingoal df_keep_registered(Long buffertime, Long current_time, Object description, AgentIdentifier df, Long leasetime, Object result)
buffertime
current_time
Default value:
System.currentTimeMillis()
description
- Will contain the actually registered agent description. df
leasetime
result
($goal.result != null)
&&
(((AgentDescription)$goal.description).getLeaseTime() == null? true
: ((AgentDescription)$goal.description).getLeaseTime().getTime()
- $goal.current_time.longValue() - $goal.buffertime.longValue() > 0)
($goal.result != null)
&&
(((AgentDescription)$goal.description).getLeaseTime() == null? true
: ((AgentDescription)$goal.description).getLeaseTime().getTime()
- $goal.current_time.longValue() - $goal.buffertime.longValue() > 0)
|
Jadex 0.96 | ||||||||
PREV AGENT NEXT AGENT | FRAMES NO FRAMES | ||||||||
SUMMARY: | BELIEF | GOAL | PLAN | EVENT | EXPRESSION | CONFIGURATION | DETAIL: BELIEF | GOAL | PLAN | EVENT | EXPRESSION | CONFIGURATION |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.