Class Session.Result

Enclosing class:
Session

public static class Session.Result extends Session.Timestamped
A result explains how the session ended.
Author:
Stephen G. Ware
  • Field Details

    • ending

      public final Ending ending
      One of the endings defined by the story world, or null if this session did not reach one of the pre-defined endings
    • role

      public final Role role
      The role who caused the ending
    • message

      public final String message
      A message explaining the reason or way the session ended
  • Method Details