Class Locutor

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

public class Locutor extends Role
Represents an individual participant in a linguistic interaction.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

  • Method Details

    • getKnownLanguages

      public Set<Language> getKnownLanguages()
    • addLanguage

      public void addLanguage(Language language)
    • removeLanguage

      public void removeLanguage(Language language)
    • setLanguages

      public void setLanguages(Set<Language> languages)