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.TranslationAction
Minimal 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.TranslationActionType
actionType
-
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 void
checkParams()
boolean
equals(java.lang.Object obj)
pl.edu.icm.unity.types.translation.TranslationActionType
getActionType()
int
hashCode()
-
-
-
Method Detail
-
getActionType
public pl.edu.icm.unity.types.translation.TranslationActionType getActionType()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classpl.edu.icm.unity.types.translation.TranslationAction
-
checkParams
protected void checkParams()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classpl.edu.icm.unity.types.translation.TranslationAction
-
-