Uses of Interface
eu.europa.ted.efx.interfaces.EfxExpressionTranslator
-
Packages that use EfxExpressionTranslator Package Description eu.europa.ted.efx.interfaces eu.europa.ted.efx.sdk0.v6 eu.europa.ted.efx.sdk0.v7 eu.europa.ted.efx.selector.component -
-
Uses of EfxExpressionTranslator in eu.europa.ted.efx.interfaces
Subinterfaces of EfxExpressionTranslator in eu.europa.ted.efx.interfaces Modifier and Type Interface Description interfaceEfxTemplateTranslator -
Uses of EfxExpressionTranslator in eu.europa.ted.efx.sdk0.v6
Classes in eu.europa.ted.efx.sdk0.v6 that implement EfxExpressionTranslator Modifier and Type Class Description classEfxExpressionTranslator06The the goal of the EfxExpressionTranslator is to take an EFX expression and translate it to a target scripting language.classEfxTemplateTranslator06The EfxTemplateTranslator extends theEfxExpressionTranslator06to provide additional translation capabilities for EFX templates. -
Uses of EfxExpressionTranslator in eu.europa.ted.efx.sdk0.v7
Classes in eu.europa.ted.efx.sdk0.v7 that implement EfxExpressionTranslator Modifier and Type Class Description classEfxExpressionTranslator07The the goal of the EfxExpressionTranslator is to take an EFX expression and translate it to a target scripting language.classEfxTemplateTranslator07The EfxTemplateTranslator extends theEfxExpressionTranslator07to provide additional translation capabilities for EFX templates. -
Uses of EfxExpressionTranslator in eu.europa.ted.efx.selector.component
Methods in eu.europa.ted.efx.selector.component that return EfxExpressionTranslator Modifier and Type Method Description static EfxExpressionTranslatorEfxTranslatorFactory. getEfxExpressionTranslator(String sdkVersion, TranslatorDependencyFactory factory)
-