Class TranslationActionInstance

java.lang.Object
pl.edu.icm.unity.base.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.base.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.base.translation.TranslationActionType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TranslationActionInstance(pl.edu.icm.unity.base.translation.TranslationActionType actionType, String[] parameters)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    boolean
     
    pl.edu.icm.unity.base.translation.TranslationActionType
     
    int
     

    Methods inherited from class pl.edu.icm.unity.base.translation.TranslationAction

    getName, getParameters, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • actionType

      protected pl.edu.icm.unity.base.translation.TranslationActionType actionType
  • Constructor Details

    • TranslationActionInstance

      public TranslationActionInstance(pl.edu.icm.unity.base.translation.TranslationActionType actionType, String[] parameters)
  • Method Details

    • getActionType

      public pl.edu.icm.unity.base.translation.TranslationActionType getActionType()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class pl.edu.icm.unity.base.translation.TranslationAction
    • checkParams

      protected void checkParams()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class pl.edu.icm.unity.base.translation.TranslationAction