Class PlanParameterMappingBDI.AGoal

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String p  
    • Constructor Summary

      Constructors 
      Constructor Description
      AGoal​(java.lang.String p)
      Create a goal.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getP()
      Get the p.
      void setP​(java.lang.String p)
      Set the p.
      • Methods inherited from class java.lang.Object

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

      • p

        protected java.lang.String p
    • Constructor Detail

      • AGoal

        public AGoal​(java.lang.String p)
        Create a goal.
    • Method Detail

      • getP

        public java.lang.String getP()
        Get the p.
        Returns:
        The p.
      • setP

        public void setP​(java.lang.String p)
        Set the p.
        Parameters:
        p - The p to set.