fipaos.agent.profile
Class ProtocolProfileImpl

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

public class ProtocolProfileImpl
extends ProfileImpl
implements ProtocolProfile


Constructor Summary
ProtocolProfileImpl()
           
 
Method Summary
 void addProtocolMapping(ProtocolMapping protocolMapping)
           
 java.util.List getProtocolMappings()
           
 void setProtocolMapping(ProtocolMapping protocolMapping, 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

ProtocolProfileImpl

public ProtocolProfileImpl()
Method Detail

setProtocolMapping

public void setProtocolMapping(ProtocolMapping protocolMapping,
                               int ind)
                        throws java.lang.ArrayIndexOutOfBoundsException
Specified by:
setProtocolMapping in interface ProtocolProfile

addProtocolMapping

public void addProtocolMapping(ProtocolMapping protocolMapping)
Specified by:
addProtocolMapping in interface ProtocolProfile

getProtocolMappings

public java.util.List getProtocolMappings()
Specified by:
getProtocolMappings in interface ProtocolProfile