issues
search
tATAmI-Project
/
tATAmI-PC
towards Agent Technology for Ambient Intelligence
http://tatami-project.github.com/tATAmI-PC
GNU Lesser General Public License v3.0
2
stars
0
forks
source link
Implement a method to delay behavior execution
#38
Open
andreiolaru-ro
opened
9 years ago
andreiolaru-ro
commented
9 years ago
Variants in past experience:
a
wait
primitive
pro: would allow behavior interruption
con: during the wait, re-activating the same behavior would be problematic (see #23)
a cyclic / ticker behavior
pro: would be more intuitive
con: requires special syntax and activation type
Variants in past experience:
wait
primitive