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

Packages that use Join
Package
Description
Tandem Tales is a platform that enables short, paired storytelling exercises between two agents over a network.
The IO (input/output) package defines the various message types that can be sent between a server and client and provide some utilities for serializing and deserializing objects as JSON.
  • Uses of Join in edu.uky.cs.nil.tt

    Methods in edu.uky.cs.nil.tt with parameters of type Join
    Modifier and Type
    Method
    Description
    protected void
    Agent.onJoin(Join join)
    This method is called each time a join message is received to establish the agent's identity and preferences.
    protected void
    Server.onJoin(Join join)
    This method is called each time a new agent sends its join message.
  • Uses of Join in edu.uky.cs.nil.tt.io

    Methods in edu.uky.cs.nil.tt.io with parameters of type Join
    Modifier and Type
    Method
    Description
    boolean
    Join.matches(Join other)
    Returns true if this join request is compatible with another, meaning a session could be created between the agents who sent the messages.