cz.cuni.amis.pogamut.base.utils.guice
Interface IAgentScope

Package class diagram package IAgentScope
All Superinterfaces:
com.google.inject.Scope
All Known Implementing Classes:
AgentScope, AgentTeamScope

public interface IAgentScope
extends com.google.inject.Scope

Scope that treats all AgentScoped classes as singletons.

Author:
Jimmy

Method Summary
 void clearScope()
          Release all AgentScoped objects that the scope is holding.
 
Methods inherited from interface com.google.inject.Scope
scope, toString
 

Method Detail

clearScope

void clearScope()
Release all AgentScoped objects that the scope is holding.



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