|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses 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 |
---|
Modifier and Type | Class and Description |
---|---|
class |
GroupAgent
The Class GroupAgent. |
Modifier and Type | Method and Description |
---|---|
Agent |
Resource.getOwner()
Gets the owner. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Agent> |
Environment.getAgents()
Gets the agents. |
java.util.Set<Agent> |
Role.getPlayers()
Gets the players. |
Modifier and Type | Method and Description |
---|---|
void |
Resource.setOwner(Agent owner)
Sets the owner. |
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 |
---|
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. |
Modifier and Type | Method and Description |
---|---|
boolean |
Organisation.playsRoleInOrganisation(Agent player)
Plays role in organisation. |
Uses of Agent in org.directdemocracyportal.democracy.service.dao |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
Agent |
HibernateAgentDAO.findByName(java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |