Package jadex.bdiv3.examples.university
Class UniversityAgent.TakeXGoal
- java.lang.Object
-
- jadex.bdiv3.examples.university.UniversityAgent.TakeXGoal
-
- Enclosing class:
- UniversityAgent
protected static class UniversityAgent.TakeXGoal extends java.lang.Object
The take x goal is for using a train or tram.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UniversityAgent.TakeXGoal.Type
-
Field Summary
Fields Modifier and Type Field Description protected UniversityAgent.TakeXGoal.Type
type
-
Constructor Summary
Constructors Constructor Description TakeXGoal(UniversityAgent.TakeXGoal.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UniversityAgent.TakeXGoal.Type
getType()
-
-
-
Field Detail
-
type
protected UniversityAgent.TakeXGoal.Type type
-
-
Constructor Detail
-
TakeXGoal
public TakeXGoal(UniversityAgent.TakeXGoal.Type type)
-
-
Method Detail
-
getType
public UniversityAgent.TakeXGoal.Type getType()
-
-