Class HelloWorld3.HelloGoal

  • Enclosing class:
    HelloWorld3

    public class HelloWorld3.HelloGoal
    extends java.lang.Object
    Simple hello world goal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object val
      The text.
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloGoal​(java.lang.Object val)
      Create a new goal whenever sayhello belief is changed.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()
      Get the text.
      • Methods inherited from class java.lang.Object

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

      • val

        protected java.lang.Object val
        The text.
    • Constructor Detail

      • HelloGoal

        public HelloGoal​(java.lang.Object val)
        Create a new goal whenever sayhello belief is changed.
    • Method Detail

      • getText

        public java.lang.String getText()
        Get the text.
        Returns:
        the text.