Class TranslationActionInstance
- java.lang.Object
-
- pl.edu.icm.unity.types.translation.TranslationAction
-
- pl.edu.icm.unity.engine.api.translation.TranslationActionInstance
-
- Direct Known Subclasses:
EntityAction,InputTranslationAction,OutputTranslationAction,RegistrationTranslationAction
public abstract class TranslationActionInstance extends pl.edu.icm.unity.types.translation.TranslationActionMinimal base for translation action instance, configured to be executed.- Author:
- K. Benedyczak
-
-
Field Summary
Fields Modifier and Type Field Description protected pl.edu.icm.unity.types.translation.TranslationActionTypeactionType
-
Constructor Summary
Constructors Constructor Description TranslationActionInstance(pl.edu.icm.unity.types.translation.TranslationActionType actionType, java.lang.String[] parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckParams()booleanequals(java.lang.Object obj)pl.edu.icm.unity.types.translation.TranslationActionTypegetActionType()inthashCode()
-
-
-
Method Detail
-
getActionType
public pl.edu.icm.unity.types.translation.TranslationActionType getActionType()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classpl.edu.icm.unity.types.translation.TranslationAction
-
checkParams
protected void checkParams()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classpl.edu.icm.unity.types.translation.TranslationAction
-
-