Uses of Class
net.sf.sail.core.entity.Role

Packages that use Role
net.sf.sail.common.persistance.memory Implementation of PersistanceService that stores everything in RAM. 
net.sf.sail.core.beans.service Provides interfaces for standard services used in SAIL. 
net.sf.sail.core.entity   
 

Uses of Role in net.sf.sail.common.persistance.memory
 

Methods in net.sf.sail.common.persistance.memory that return Role
 Role MemoryAgent.getRole()
           
 

Methods in net.sf.sail.common.persistance.memory with parameters of type Role
 IAgent MemoryPersistenceImpl.createAgent(Role role)
           
 AgentSet MemoryPersistenceImpl.getAgentsInRole(Role role)
           
 

Constructors in net.sf.sail.common.persistance.memory with parameters of type Role
MemoryAgent(Role role)
           
MemoryAgent(Role role, AgentUuid id)
           
 

Uses of Role in net.sf.sail.core.beans.service
 

Methods in net.sf.sail.core.beans.service with parameters of type Role
 IAgent AgentService.createAgent(Role role)
           
 AgentSet AgentService.getAgentsInRole(Role role)
          This should return the agents that are currently active on this session
 

Uses of Role in net.sf.sail.core.entity
 

Fields in net.sf.sail.core.entity declared as Role
static Role Role.INDIVIDUAL
          Role that is always defined
static Role Role.RUN_WORKGROUP
           
 

Methods in net.sf.sail.core.entity that return Role
 Role IAgent.getRole()
           
 

Methods in net.sf.sail.core.entity with parameters of type Role
 AgentSet AgentSet.select(Role role)
           
 



Copyright © 2004-2008 TELS Center. All Rights Reserved.