Package pl.edu.icm.unity.engine.api.translation
Generic translation profile interface
- Author:
- K. Benedyczak
-
Interface Summary Interface Description ExternalDataParser Parses external data into types usable in Unity API.TranslationActionFactory<T extends TranslationActionInstance> CreatesTranslationActionInstance
s.TranslationIncludeProfileAction Internal interface allowing to get included profile parameter from input or output translation action. -
Class Summary Class Description TranslationActionInstance Minimal base for translation action instance, configured to be executed.TranslationCondition MVEL condition of translation rule.TranslationProfileGenerator Helpers methods for generating translation profiles -
Exception Summary Exception Description ExecutionFailException Throw to signal that further execution of the translation profile should be stopped and that the whole process should be finished with error.