Class TranslationProfileGenerator

java.lang.Object
pl.edu.icm.unity.engine.api.translation.TranslationProfileGenerator

public class TranslationProfileGenerator extends Object
Helpers methods for generating translation profiles
Author:
P.Piernik
  • Field Details

  • Constructor Details

    • TranslationProfileGenerator

      public TranslationProfileGenerator()
  • Method Details

    • generateIncludeInputProfile

      public static pl.edu.icm.unity.base.translation.TranslationProfile generateIncludeInputProfile(String profileToInclude)
    • generateIncludeInputProfile

      public static pl.edu.icm.unity.base.translation.TranslationProfile generateIncludeInputProfile(String name, String profileToInclude)
    • generateIncludeOutputProfile

      public static pl.edu.icm.unity.base.translation.TranslationProfile generateIncludeOutputProfile(String profileToInclude)
    • generateIncludeOutputProfile

      public static pl.edu.icm.unity.base.translation.TranslationProfile generateIncludeOutputProfile(String name, String profileToInclude)
    • 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()