Interface NamedInteraction<T extends Participant>

    • Method Detail

      • getFullName

        String getFullName()
        The full name of the interaction. It can be null
        Returns:
        the full name
      • setFullName

        void setFullName​(String name)
        Sets the full name of the interaction
        Parameters:
        name - : full name
      • getAliases

        <A extends AliasCollection<A> getAliases()
        Collection of aliases for an interaction. The Collection cannot be null and if the interaction does not have any aliases, the method should return an empty Collection.
        Type Parameters:
        A - an A object
        Returns:
        the aliases