Uses of Interface
jason.util.RunnableSerializable
Package | Description |
---|---|
jason.asSemantics |
-
Uses of RunnableSerializable in jason.asSemantics
Fields in jason.asSemantics with type parameters of type RunnableSerializable Modifier and Type Field Description private java.util.Queue<RunnableSerializable>
TransitionSystem. taskForBeginOfCycle
Methods in jason.asSemantics with parameters of type RunnableSerializable Modifier and Type Method Description void
TransitionSystem. runAtBeginOfNextCycle(RunnableSerializable r)
Schedule a task to be executed in the begin of the next reasoning cycle.