jason.infra.jade
Interface ContainerAllocation

Package class diagram package ContainerAllocation

public interface ContainerAllocation

This interface has to be implemented by classes that customises the agent allocation to containers/hosts in the JADE infrastructure


Method Summary
 java.lang.String allocateAgent(java.lang.String agentName)
           
 java.util.List<java.lang.String> getContainers()
           
 void init(java.lang.String[] args, MAS2JProject project)
           
 

Method Detail

init

void init(java.lang.String[] args,
          MAS2JProject project)

getContainers

java.util.List<java.lang.String> getContainers()

allocateAgent

java.lang.String allocateAgent(java.lang.String agentName)