Package jadex.bdiv3.examples.joke
Class JokeAgent.AchieveMoodGoal
- java.lang.Object
- 
- jadex.bdiv3.examples.joke.JokeAgent.AchieveMoodGoal
 
- 
- Enclosing class:
- JokeAgent
 
 public class JokeAgent.AchieveMoodGoal extends java.lang.ObjectGoal to achieve a certain state of mood.
- 
- 
Field SummaryFields Modifier and Type Field Description protected JokeAgent.MoodmoodThe mood to achieve.
 - 
Constructor SummaryConstructors Constructor Description AchieveMoodGoal(JokeAgent.Mood mood)Create a new achieve mood goal.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JokeAgent.MoodgetMood()Get the mood.booleanmoodAchieved()booleanmoodAchieved(java.lang.String bla)
 
- 
- 
- 
Field Detail- 
moodprotected JokeAgent.Mood mood The mood to achieve.
 
- 
 - 
Constructor Detail- 
AchieveMoodGoalpublic AchieveMoodGoal(JokeAgent.Mood mood) Create a new achieve mood goal.- Parameters:
- mood- The mood to achieve.
 
 
- 
 - 
Method Detail- 
moodAchievedpublic boolean moodAchieved() 
 - 
moodAchievedpublic boolean moodAchieved(java.lang.String bla) 
 - 
getMoodpublic JokeAgent.Mood getMood() Get the mood.- Returns:
- The mood
 
 
- 
 
-