Uses of Class
edu.uky.cs.nil.tt.io.Report

Packages that use Report
Package
Description
Tandem Tales is a platform that enables short, paired storytelling exercises between two agents over a network.
  • Uses of Report in edu.uky.cs.nil.tt

    Methods in edu.uky.cs.nil.tt with parameters of type Report
    Modifier and Type
    Method
    Description
    protected void
    Session.append(Role role, Report report)
    Adds a new report to this session, which records a response by one of the participants to a rating or survey question about the story.
    protected void
    Agent.onReport(Report report)
    This method is called each time a report message is received to record the agent's responses.