de.jiac.micro.agent.memory
Interface IShortTermMemory
public interface IShortTermMemory
Interface for short-term memorisations. It is used as queue
between sensors and the scheduler.
- Version:
- $Revision$
- Author:
- Marcel Patzlaff
- See Also:
IScheduler,
ISensor
|
Method Summary |
void |
notice(IFact newStuff)
The new (possibly transformed) knowledge to trigger further computations. |
notice
void notice(IFact newStuff)
- The new (possibly transformed) knowledge to trigger further computations.
- Parameters:
newStuff - the new stuff from the environment
Copyright © 2008-2011 DAI-Labor. All Rights Reserved.