Package jadex.bdiv3.tutorial.f3
Class TranslationGoal
- java.lang.Object
-
- jadex.bdiv3.tutorial.f3.TranslationGoal
-
public class TranslationGoal extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TranslationGoal(java.lang.String eword)Create a new TranslateGoal.
-
Method Summary
All 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
-
getGWord
public java.lang.String getGWord()
Get the gword.- Returns:
- The gword.
-
setGWord
public void setGWord(java.lang.String gword)
Set the gword.- Parameters:
gword- The gword to set.
-
getEWord
public java.lang.String getEWord()
Get the eword.- Returns:
- The eword.
-
setEWord
public void setEWord(java.lang.String eword)
Set the eword.- Parameters:
eword- The eword to set.
-
-