Interface ContainerAllocation


public interface ContainerAllocation
This interface has to be implemented by classes that customises the agent allocation to containers/hosts in the JADE infrastructure
Author:
Jomi
  • Method Summary

    Modifier and Type Method Description
    java.lang.String allocateAgent​(java.lang.String agentName)  
    java.util.List<java.lang.String> getContainers()  
    void init​(java.lang.String[] args, MAS2JProject project)  
  • Method Details

    • 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)