Uses of Class
mam.agent.economy.Account

Packages that use Account
mam.agent 
mam.agent.economy 

Uses of Account in mam.agent
 

Fields in mam.agent declared as Account
private AccountAgentProperties.m_attrAccount
          
 

Constructors in mam.agent with parameters of type Account
AgentProperties.AgentProperties(MamId mamId, String role, String nickname, String description, Account Account)
          
 

Methods in mam.agent that return Account
AccountAgent.getAccount()
          Gets the Account attribute of the Agent object
AccountAgentProperties.getAccount()
          
 

Methods in mam.agent with parameters of type Account
voidAgent.setAccount(Account account)
          Sets the Account attribute of the Agent object
voidAgentProperties.setAccount(Account Account)
          
 

Uses of Account in mam.agent.economy
 

Constructors in mam.agent.economy with parameters of type Account
Account.Account(Account original)