Interface Participant

  • All Superinterfaces:
    Actor
    All Known Implementing Classes:
    ParticipantImpl

    public interface Participant
    extends Actor
    A Participant represents an actor having performed an action.
    • Method Detail

      • getAction

        String getAction()
        Get the action the participant has done
        Returns:
        the action's name