diff options
Diffstat (limited to 'src/cuchaz/enigma/mapping/Translator.java')
| -rw-r--r-- | src/cuchaz/enigma/mapping/Translator.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cuchaz/enigma/mapping/Translator.java b/src/cuchaz/enigma/mapping/Translator.java index dcb7435..5d17494 100644 --- a/src/cuchaz/enigma/mapping/Translator.java +++ b/src/cuchaz/enigma/mapping/Translator.java | |||
| @@ -43,6 +43,10 @@ public class Translator { | |||
| 43 | m_index = index; | 43 | m_index = index; |
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | public TranslationDirection getDirection() { | ||
| 47 | return m_direction; | ||
| 48 | } | ||
| 49 | |||
| 46 | public TranslationIndex getTranslationIndex() { | 50 | public TranslationIndex getTranslationIndex() { |
| 47 | return m_index; | 51 | return m_index; |
| 48 | } | 52 | } |