cz.cuni.amis.pogamut.sposh.context
Interface IContext<AGENT>

Package class diagram package IContext
Type Parameters:
AGENT - Access to the agent itself that.
All Known Implementing Classes:
Context

public interface IContext<AGENT>

Inteface for getting the agent for the context.

Author:
Honza

Method Summary
 AGENT getBot()
          Get bot for this context.
 

Method Detail

getBot

AGENT getBot()
Get bot for this context.

Returns:
bot


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.