Class TranslationProfileGenerator
java.lang.Object
pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator
Helpers methods for generating translation profiles
- Author:
- P.Piernik
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic pl.edu.icm.unity.base.translation.TranslationProfile
static pl.edu.icm.unity.base.translation.TranslationProfile
static pl.edu.icm.unity.base.translation.TranslationProfile
generateIncludeInputProfile
(String profileToInclude) static pl.edu.icm.unity.base.translation.TranslationProfile
generateIncludeInputProfile
(String name, String profileToInclude) static pl.edu.icm.unity.base.translation.TranslationProfile
generateIncludeOutputProfile
(String profileToInclude) static pl.edu.icm.unity.base.translation.TranslationProfile
generateIncludeOutputProfile
(String name, String profileToInclude) static pl.edu.icm.unity.base.translation.TranslationProfile
getProfileFromString
(String profile)
-
Field Details
-
EMBEDDED_PROFILE
- See Also:
-
-
Constructor Details
-
TranslationProfileGenerator
public TranslationProfileGenerator()
-
-
Method Details
-
generateIncludeInputProfile
public static pl.edu.icm.unity.base.translation.TranslationProfile generateIncludeInputProfile(String profileToInclude) -
generateIncludeInputProfile
-
generateIncludeOutputProfile
public static pl.edu.icm.unity.base.translation.TranslationProfile generateIncludeOutputProfile(String profileToInclude) -
generateIncludeOutputProfile
-
getProfileFromString
public static pl.edu.icm.unity.base.translation.TranslationProfile getProfileFromString(String profile) -
generateEmbeddedEmptyInputProfile
public static pl.edu.icm.unity.base.translation.TranslationProfile generateEmbeddedEmptyInputProfile() -
generateEmbeddedEmptyOutputProfile
public static pl.edu.icm.unity.base.translation.TranslationProfile generateEmbeddedEmptyOutputProfile()
-