Class Connect.Available

java.lang.Object
edu.uky.cs.nil.tt.io.Connect.Available
Enclosing class:
Connect

public static class Connect.Available extends Object
Advertises that a specific story world and agent pair is waiting for a match.
Author:
Stephen G. Ware
  • Field Details

    • world

      public final String world
      The name of the story world the waiting agent wants to play in
    • agent

      public final String agent
      The name of the agent waiting for a match
  • Constructor Details

    • Available

      public Available(String world, String agent)
      Constructs an available world/agent pair from a world name and agent name.
      Parameters:
      world - the name of the world the waiting agent wants to play in
      agent - the name of the agent waiting for a match
  • Method Details