fipaos.agent.profile
Class LoaderProfileImpl

java.lang.Object
  |
  +--fipaos.agent.profile.ProfileImpl
        |
        +--fipaos.agent.profile.LoaderProfileImpl
All Implemented Interfaces:
LoaderProfile, Profile

public class LoaderProfileImpl
extends ProfileImpl
implements LoaderProfile


Constructor Summary
LoaderProfileImpl()
           
 
Method Summary
 void addAgentDescription(AgentDescription agentDescription)
           
 java.util.List getAgentDescriptions()
           
 void setAgentDescription(AgentDescription agentDescription, int ind)
           
 
Methods inherited from class fipaos.agent.profile.ProfileImpl
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fipaos.agent.profile.Profile
getName, setName
 

Constructor Detail

LoaderProfileImpl

public LoaderProfileImpl()
Method Detail

setAgentDescription

public void setAgentDescription(AgentDescription agentDescription,
                                int ind)
                         throws java.lang.ArrayIndexOutOfBoundsException
Specified by:
setAgentDescription in interface LoaderProfile

addAgentDescription

public void addAgentDescription(AgentDescription agentDescription)
Specified by:
addAgentDescription in interface LoaderProfile

getAgentDescriptions

public java.util.List getAgentDescriptions()
Specified by:
getAgentDescriptions in interface LoaderProfile