Uses of Interface
org.rlcommunity.rlglue.codec.AgentInterface

Packages that use AgentInterface
org.rlcommunity.rlglue.codec   
org.rlcommunity.rlglue.codec.network   
org.rlcommunity.rlglue.codec.util   
 

Uses of AgentInterface in org.rlcommunity.rlglue.codec
 

Constructors in org.rlcommunity.rlglue.codec with parameters of type AgentInterface
LocalGlue(EnvironmentInterface E, AgentInterface A)
           
 

Uses of AgentInterface in org.rlcommunity.rlglue.codec.network
 

Fields in org.rlcommunity.rlglue.codec.network declared as AgentInterface
protected  AgentInterface ClientAgent.agent
           
 

Constructors in org.rlcommunity.rlglue.codec.network with parameters of type AgentInterface
ClientAgent(AgentInterface agent)
           
 

Uses of AgentInterface in org.rlcommunity.rlglue.codec.util
 

Constructors in org.rlcommunity.rlglue.codec.util with parameters of type AgentInterface
AgentLoader(AgentInterface theAgent)
           
AgentLoader(java.lang.String hostString, java.lang.String portString, AgentInterface theAgent)