public interface TranslationActionFactory<T extends TranslationActionInstance>
TranslationActionInstances.| Modifier and Type | Method and Description |
|---|---|
pl.edu.icm.unity.types.translation.TranslationActionType |
getActionType() |
T |
getBlindInstance(String... parameters)
Used when an exception is thrown by the base
getInstance(String...) method. |
T |
getInstance(String... parameters)
Actual factory method
|
pl.edu.icm.unity.types.translation.TranslationActionType getActionType()
T getInstance(String... parameters)
parameters - parameter values.pl.edu.icm.unity.exceptions.EngineExceptionT getBlindInstance(String... parameters)
getInstance(String...) method.
Must not throw any exception (naturally besides Error ;-)). The returned action
should generally do nothing besides logging that it is a blind stopper of the real action.parameters - Copyright © 2018 Unity. All rights reserved.