Class ADBEWrapper

java.lang.Object
edu.tufts.hrilab.action.gui.ADBEWrapper

public class ADBEWrapper extends Object
This class wraps an ActionDBEntry and provides methods to edit this entry without actually changing anything within the ActionDBEntry (final fields). This class also provides a toString() method giving a name for the action. This is used throughout the GUI whenever a String representation of the ActionDBEntry is needed.
  • Constructor Details

  • Method Details

    • getID

      public String getID()
    • getEntry

      public ActionDBEntry getEntry()
    • replaceEntry

      public void replaceEntry(ActionDBEntry adbe)
    • rename

      public void rename(String name)
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getActionSignature

      public String getActionSignature()
      Returns the action's signature. Similar to toString() but does not include return-type roles.
      Returns:
      action signature