Class StarterAgent


  • public class StarterAgent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StarterAgent()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The agent body.
      static void main​(java.lang.String[] args)
      Main for testing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StarterAgent

        public StarterAgent()
    • Method Detail

      • body

        public void body()
        The agent body.
      • main

        public static void main​(java.lang.String[] args)
        Main for testing.
        Parameters:
        args - The arguments.