Class MyMemoryMachineTranslate
- java.lang.Object
-
- org.omegat.core.machinetranslators.BaseTranslate
-
- org.omegat.core.machinetranslators.BaseCachedTranslate
-
- org.omegat.core.machinetranslators.AbstractMyMemoryTranslate
-
- org.omegat.core.machinetranslators.MyMemoryMachineTranslate
-
- All Implemented Interfaces:
IMachineTranslation
public final class MyMemoryMachineTranslate extends AbstractMyMemoryTranslate
-
-
Constructor Summary
Constructors Constructor Description MyMemoryMachineTranslate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Get machine translation engine name.-
Methods inherited from class org.omegat.core.machinetranslators.AbstractMyMemoryTranslate
isConfigurable, showConfigurationUI
-
Methods inherited from class org.omegat.core.machinetranslators.BaseCachedTranslate
getCachedTranslation, getTranslation
-
Methods inherited from class org.omegat.core.machinetranslators.BaseTranslate
isEnabled, setEnabled, setGlossarySupplier
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.omegat.gui.exttrans.IMachineTranslation
isEnabled, setEnabled, setGlossarySupplier
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:IMachineTranslation
Get machine translation engine name.- Specified by:
getName
in interfaceIMachineTranslation
- Specified by:
getName
in classAbstractMyMemoryTranslate
-
-