Package jadex.bdiv3.examples.university
Class UniversityAgent.TrainPlan
- java.lang.Object
- 
- jadex.bdiv3.examples.university.UniversityAgent.TrainPlan
 
- 
- Enclosing class:
- UniversityAgent
 
 protected class UniversityAgent.TrainPlan extends java.lang.ObjectThe train plan for the come to university goal. Only take train when its raining (too expensive)
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedTrainPlan()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckWeather()protected voidtakeTrain(IPlan plan)
 
- 
- 
- 
Method Detail- 
checkWeatherprotected boolean checkWeather() 
 - 
takeTrainprotected void takeTrain(IPlan plan) 
 
- 
 
-