Package jadex.bdiv3.tutorial.f3
Class TranslationGoal
- java.lang.Object
- 
- jadex.bdiv3.tutorial.f3.TranslationGoal
 
- 
 public class TranslationGoal extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description TranslationGoal(java.lang.String eword)Create a new TranslateGoal.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEWord()Get the eword.java.lang.StringgetGWord()Get the gword.voidsetEWord(java.lang.String eword)Set the eword.voidsetGWord(java.lang.String gword)Set the gword.
 
- 
- 
- 
Method Detail- 
getGWordpublic java.lang.String getGWord() Get the gword.- Returns:
- The gword.
 
 - 
setGWordpublic void setGWord(java.lang.String gword) Set the gword.- Parameters:
- gword- The gword to set.
 
 - 
getEWordpublic java.lang.String getEWord() Get the eword.- Returns:
- The eword.
 
 - 
setEWordpublic void setEWord(java.lang.String eword) Set the eword.- Parameters:
- eword- The eword to set.
 
 
- 
 
-