Class TranslationActionInstance

    • 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()  
      • Methods inherited from class pl.edu.icm.unity.types.translation.TranslationAction

        getName, getParameters, toString
      • Methods inherited from class java.lang.Object

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

      • actionType

        protected pl.edu.icm.unity.types.translation.TranslationActionType actionType
    • Constructor Detail

      • TranslationActionInstance

        public TranslationActionInstance​(pl.edu.icm.unity.types.translation.TranslationActionType actionType,
                                         java.lang.String[] parameters)
    • Method Detail

      • getActionType

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

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

        protected void checkParams()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class pl.edu.icm.unity.types.translation.TranslationAction