Class Principal

java.lang.Object
eu.su.mas.dedale.princ.Principal

public class Principal
extends java.lang.Object
This class is used to start the platform and the agents. To launch your agents in the environment you desire you will have to :
  • set the ConfigurationFile parameters (and maybe update the files in resources/) ConfigurationFile
  • create your agents classes and call them in the createAgents method below
Author:
hc
  • Constructor Summary

    Constructors 
    Constructor Description
    Principal()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args)