Class HelloWorldAgent

java.lang.Object
jadex.micro.helloworld.HelloWorldAgent

public class HelloWorldAgent extends Object
The micro version of the hello world agent.
  • Field Details

    • agent

      protected jadex.core.IComponent agent
      The micro agent class.
    • text

      protected String text
      The welcome text.
  • Constructor Details

    • HelloWorldAgent

      public HelloWorldAgent(String text)
  • Method Details