fipaos.agent.profile
Class AgentProfileImpl

fipaos.agent.profile.ProfileImpl
  |
  +--fipaos.agent.profile.AgentProfileImpl

public class AgentProfileImpl
extends ProfileImpl
implements AgentProfile


Constructor Summary
AgentProfileImpl()
           

Method Summary
 voidaddInternalAddress(InternalAddress internalAddress)
           
 DatabaseProfilegetDatabaseProfile()
           
 ListgetInternalAddresss()
           
 ProtocolProfilegetProtocolProfile()
           
 TaskManagerProfilegetTaskManagerProfile()
           
 voidsetDatabaseProfile(DatabaseProfile databaseProfile)
           
 voidsetInternalAddress(InternalAddress internalAddress, int ind)
           
 voidsetProtocolProfile(ProtocolProfile protocolProfile)
           
 voidsetTaskManagerProfile(TaskManagerProfile taskManagerProfile)
           

Methods inherited from class fipaos.agent.profile.ProfileImpl
getName, setName

Constructor Detail

AgentProfileImpl

public AgentProfileImpl()
Method Detail

addInternalAddress

public void addInternalAddress(InternalAddress internalAddress)

getDatabaseProfile

public DatabaseProfile getDatabaseProfile()

getInternalAddresss

public List getInternalAddresss()

getProtocolProfile

public ProtocolProfile getProtocolProfile()

getTaskManagerProfile

public TaskManagerProfile getTaskManagerProfile()

setDatabaseProfile

public void setDatabaseProfile(DatabaseProfile databaseProfile)

setInternalAddress

public void setInternalAddress(InternalAddress internalAddress, int ind)
throws java.lang.ArrayIndexOutOfBoundsException

setProtocolProfile

public void setProtocolProfile(ProtocolProfile protocolProfile)

setTaskManagerProfile

public void setTaskManagerProfile(TaskManagerProfile taskManagerProfile)

Association Links

to Class fipaos.agent.profile.DatabaseProfile

to Class java.util.List

to Class fipaos.agent.profile.ProtocolProfile

to Class fipaos.agent.profile.TaskManagerProfile