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.ObjectThe take x goal is for using a train or tram.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUniversityAgent.TakeXGoal.Type
 - 
Field SummaryFields Modifier and Type Field Description protected UniversityAgent.TakeXGoal.Typetype
 - 
Constructor SummaryConstructors Constructor Description TakeXGoal(UniversityAgent.TakeXGoal.Type type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UniversityAgent.TakeXGoal.TypegetType()
 
- 
- 
- 
Field Detail- 
typeprotected UniversityAgent.TakeXGoal.Type type 
 
- 
 - 
Constructor Detail- 
TakeXGoalpublic TakeXGoal(UniversityAgent.TakeXGoal.Type type) 
 
- 
 - 
Method Detail- 
getTypepublic UniversityAgent.TakeXGoal.Type getType() 
 
- 
 
-