Uses of Interface
com.hack23.cia.model.common.api.Role

Packages that use Role
com.hack23.cia.model.application.api Application interfaces for objects in the model. 
com.hack23.cia.model.application.impl.common Common application entity model. 
com.hack23.cia.model.common.api Common interfaces for objects in the model. 
com.hack23.cia.model.common.impl The core entity model. 
com.hack23.cia.model.sweden.api Parliament interfaces for objects in the model. 
com.hack23.cia.model.sweden.impl The entity model related to Swedish parliament members votes. 
 

Uses of Role in com.hack23.cia.model.application.api
 

Subinterfaces of Role in com.hack23.cia.model.application.api
 interface UserRole
          The Interface UserRole.
 

Uses of Role in com.hack23.cia.model.application.impl.common
 

Classes in com.hack23.cia.model.application.impl.common that implement Role
 class Player
          The Class Player.
 class RegisteredUser
          The Class RegisteredUser.
 class User
          The Class User.
 

Methods in com.hack23.cia.model.application.impl.common that return Role
 Role[] Agency.getActorRoles()
           
 

Methods in com.hack23.cia.model.application.impl.common with parameters of type Role
 void Agency.setActorRoles(Role[] roles)
           
 

Uses of Role in com.hack23.cia.model.common.api
 

Methods in com.hack23.cia.model.common.api that return Role
 Role[] Actor.getActorRoles()
          Gets the actor roles.
 

Methods in com.hack23.cia.model.common.api with parameters of type Role
 void Actor.setActorRoles(Role[] roles)
          Sets the actor roles.
 

Uses of Role in com.hack23.cia.model.common.impl
 

Methods in com.hack23.cia.model.common.impl that return Role
 Role[] Human.getActorRoles()
           
 

Methods in com.hack23.cia.model.common.impl with parameters of type Role
 void Human.setActorRoles(Role[] roles)
           
 

Uses of Role in com.hack23.cia.model.sweden.api
 

Subinterfaces of Role in com.hack23.cia.model.sweden.api
 interface ParliamentRole
          The Interface ParliamentRole.
 interface Politician
          The Interface Politician.
 

Uses of Role in com.hack23.cia.model.sweden.impl
 

Classes in com.hack23.cia.model.sweden.impl that implement Role
 class ParliamentMember
          The Class ParliamentMember.
 

Methods in com.hack23.cia.model.sweden.impl that return Role
 Role[] Parliament.getActorRoles()
           
 Role[] PoliticalParty.getActorRoles()
           
 Role[] Committee.getActorRoles()
           
 

Methods in com.hack23.cia.model.sweden.impl with parameters of type Role
 void Parliament.setActorRoles(Role[] roles)
           
 void PoliticalParty.setActorRoles(Role[] roles)
           
 void Committee.setActorRoles(Role[] roles)
           
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.