Represents the two roles in a collaborative storytelling session: the Player, who typically controls a single character, and the
Game Master, who controls all other characters and the environment.
Author:
Stephen G. Ware
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns the partner of this role. If this role is the game master, this
method returns the player. If this role is the player, this method
return the game master.