Package jadex.bdiv3.tutorial.b5
Class TranslationBDI.TranslatePlan
- java.lang.Object
- 
- jadex.bdiv3.tutorial.b5.TranslationBDI.TranslatePlan
 
- 
- Enclosing class:
- TranslationBDI
 
 public class TranslationBDI.TranslatePlan extends java.lang.ObjectTranslate an English word to German.
- 
- 
Constructor SummaryConstructors Constructor Description TranslatePlan(java.lang.String gword)Create a new TranslatePlan.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaborted()Called when plan is aborted.booleancheckCondition()The context condition.voidfailed()Called when plan fails.voidpassed()Called when plan passed.java.lang.StringtranslateEnglishGerman()The plan body.
 
- 
- 
- 
Field Detail- 
planprotected IPlan plan The plan api.
 - 
gwordprotected java.lang.String gword The German word.
 
- 
 - 
Method Detail- 
checkConditionpublic boolean checkCondition() The context condition.
 - 
translateEnglishGermanpublic java.lang.String translateEnglishGerman() The plan body.
 - 
passedpublic void passed() Called when plan passed.
 - 
abortedpublic void aborted() Called when plan is aborted.
 - 
failedpublic void failed() Called when plan fails.
 
- 
 
-