Uses of Interface
de.jiac.micro.agent.memory.IFact

Packages that use IFact
de.jiac.micro.agent.memory   
de.jiac.micro.core.io   
 

Uses of IFact in de.jiac.micro.agent.memory
 

Methods in de.jiac.micro.agent.memory that return IFact
 IFact ILongTermMemory.rememberNewest(Class factType)
          Obtains the last memorised knowledge of the specified type.
 IFact ILongTermMemory.rememberOldest(Class factType)
          Obtains the first memorised knowledge of the specified type.
 

Methods in de.jiac.micro.agent.memory with parameters of type IFact
 void ILongTermMemory.forget(IFact knowlegde)
          Removes the specific knowledge instance from this memory.
 void ILongTermMemory.memorise(IFact knowledge)
          Puts new knowledge into the memory.
 void IShortTermMemory.notice(IFact newStuff)
          The new (possibly transformed) knowledge to trigger further computations.
 

Uses of IFact in de.jiac.micro.core.io
 

Subinterfaces of IFact in de.jiac.micro.core.io
 interface IMessage
          The IMessage interface introduces the features for a application message.
 



Copyright © 2008-2011 DAI-Labor. All Rights Reserved.