Interface AssocPlayer

  • All Superinterfaces:
    JSONEnabled, Player

    public interface AssocPlayer
    extends Player
    An association at the end of an Assoc.

    An AssocPlayer has an Assoc and a role type. The role type expresses the role the Assoc plays in the association.

    The assoc (player) is referred to by ID. The role type is referred to by URI.

    • Method Detail

      • getAssoc

        Assoc getAssoc()