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
 

Fields in net.sf.sail.common.persistance.memory with type parameters of type Role
(package private)  java.util.Map<Role,AgentSet<IAgent>> MemoryPersistenceImpl.rolesToAgents
           
 

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
 AgentSet<IAgent> MemoryPersistenceImpl.getAgentsInRole(Role role)
           
 

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

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

Methods in net.sf.sail.core.beans.service with parameters of type Role
 AgentSet AgentService.getAgentsInRole(Role role)
           
 

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-2004-2006 TELS Center. All Rights Reserved.