Package jason.stdlib

Class perceive

All Implemented Interfaces:
InternalAction, Serializable

@Manual(literal=".perceive", hint="forces the agent architecture to do perception of the environment immediately", argsHint="", argsType="", examples=".perceive: agent do perception immediately", seeAlso="") public class perceive extends DefaultInternalAction

Internal action: .perceive.

Description: forces the agent architecture to do perception of the environment immediately. It is normally used when the number of reasoning cycles before perception takes place was changed (this is normally at every cycle).

Example:

  • .perceive.
See Also: