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 Summary
Constructors Modifier Constructor Description protectedTrainPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckWeather()protected voidtakeTrain(IPlan plan)
-
-
-
Method Detail
-
checkWeather
protected boolean checkWeather()
-
takeTrain
protected void takeTrain(IPlan plan)
-
-