public interface TranslationProfileManagement
| Modifier and Type | Method and Description |
|---|---|
void |
addProfile(pl.edu.icm.unity.types.translation.TranslationProfile toAdd) |
pl.edu.icm.unity.types.translation.TranslationProfile |
getInputProfile(String name) |
pl.edu.icm.unity.types.translation.TranslationProfile |
getOutputProfile(String name) |
Map<String,pl.edu.icm.unity.types.translation.TranslationProfile> |
listInputProfiles() |
Map<String,pl.edu.icm.unity.types.translation.TranslationProfile> |
listOutputProfiles() |
void |
removeProfile(pl.edu.icm.unity.types.translation.ProfileType type,
String name) |
void |
updateProfile(pl.edu.icm.unity.types.translation.TranslationProfile updated) |
void addProfile(pl.edu.icm.unity.types.translation.TranslationProfile toAdd)
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid removeProfile(pl.edu.icm.unity.types.translation.ProfileType type,
String name)
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid updateProfile(pl.edu.icm.unity.types.translation.TranslationProfile updated)
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionpl.edu.icm.unity.types.translation.TranslationProfile getInputProfile(String name) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionpl.edu.icm.unity.types.translation.TranslationProfile getOutputProfile(String name) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionMap<String,pl.edu.icm.unity.types.translation.TranslationProfile> listInputProfiles() throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2018 Unity. All rights reserved.