Uses of Interface
com.almende.eve.state.State

Packages that use State
com.almende.eve.agent   
com.almende.eve.state   
 

Uses of State in com.almende.eve.agent
 

Methods in com.almende.eve.agent that return State
 State Agent.getContext()
          Deprecated. Use getState() instead
 State Agent.getState()
          Get the agents state.
 

Methods in com.almende.eve.agent with parameters of type State
 void Agent.setState(State state)
          Set the state of the agent instance.
 

Uses of State in com.almende.eve.state
 

Classes in com.almende.eve.state that implement State
 class AbstractState
           
 class ConcurrentFileState
           
 class FileState
           
 class MemoryState
           
 class OriginalFileState
           
 

Methods in com.almende.eve.state that return State
 State StateFactory.create(String agentId)
          Create a state with given id.
 State StateFactory.get(String agentId)
          Get state with given id.
 



Copyright © 2013 Almende BV. All Rights Reserved.