Uses of Class
org.directdemocracyportal.democracy.model.core.Agent

Packages that use Agent
Package Description
org.directdemocracyportal.democracy.model.application   
org.directdemocracyportal.democracy.model.core   
org.directdemocracyportal.democracy.model.world   
org.directdemocracyportal.democracy.service.dao   
org.directdemocracyportal.democracy.service.dao.hibernate   
 

Uses of Agent in org.directdemocracyportal.democracy.model.application
 

Subclasses of Agent in org.directdemocracyportal.democracy.model.application
Modifier and Type Class and Description
 class GovernmentPortal
          The Class GovernmentPortal.
 class OnlinePoliticalParty
          The Class OnlinePoliticalParty.
 class Portal
          The Class Portal.
 class User
          The Class User.
 

Uses of Agent in org.directdemocracyportal.democracy.model.core
 

Subclasses of Agent in org.directdemocracyportal.democracy.model.core
Modifier and Type Class and Description
 class GroupAgent
          The Class GroupAgent.
 

Methods in org.directdemocracyportal.democracy.model.core that return Agent
Modifier and Type Method and Description
 Agent Resource.getOwner()
          Gets the owner.
 

Methods in org.directdemocracyportal.democracy.model.core that return types with arguments of type Agent
Modifier and Type Method and Description
 java.util.Set<Agent> Environment.getAgents()
          Gets the agents.
 java.util.Set<Agent> Role.getPlayers()
          Gets the players.
 

Methods in org.directdemocracyportal.democracy.model.core with parameters of type Agent
Modifier and Type Method and Description
 void Resource.setOwner(Agent owner)
          Sets the owner.
 

Method parameters in org.directdemocracyportal.democracy.model.core with type arguments of type Agent
Modifier and Type Method and Description
 void Environment.setAgents(java.util.Set<Agent> agents)
          Sets the agents.
 void Role.setPlayers(java.util.Set<Agent> players)
          Sets the players.
 

Uses of Agent in org.directdemocracyportal.democracy.model.world
 

Subclasses of Agent in org.directdemocracyportal.democracy.model.world
Modifier and Type Class and Description
 class Government
          The Class Government.
 class Organisation
          The Class Organisation.
 class Person
          The Class Person.
 class PoliticalParty
          The Class PoliticalParty.
 

Methods in org.directdemocracyportal.democracy.model.world with parameters of type Agent
Modifier and Type Method and Description
 boolean Organisation.playsRoleInOrganisation(Agent player)
          Plays role in organisation.
 

Uses of Agent in org.directdemocracyportal.democracy.service.dao
 

Methods in org.directdemocracyportal.democracy.service.dao that return Agent
Modifier and Type Method and Description
 Agent AgentDAO.findByName(java.lang.String name)
          Find by name.
 

Uses of Agent in org.directdemocracyportal.democracy.service.dao.hibernate
 

Methods in org.directdemocracyportal.democracy.service.dao.hibernate that return Agent
Modifier and Type Method and Description
 Agent HibernateAgentDAO.findByName(java.lang.String name)
           
 



Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.