Class MasterOfCeremony

java.lang.Object
org.episteme.social.sociology.Role
org.episteme.social.sociology.MasterOfCeremony
All Implemented Interfaces:
Serializable, Commented, ComprehensiveIdentification, Identified<Identification>, Named, Temporal<TimeCoordinate>

public class MasterOfCeremony extends Role
A specialized role for the person leading, organizing, or officiating a celebration or event. * @version 1.1
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • MasterOfCeremony

      public MasterOfCeremony(Individual individual, Situation situation, Organization organization)
      Creates a new MasterOfCeremony.
      Parameters:
      individual - the individual performing the role
      situation - the event or celebration
      organization - the organization managing or sponsoring the event (can be null)
  • Method Details

    • getOrganization

      public Organization getOrganization()
      Returns the sponsoring organization, if any.
      Returns:
      the organization or null