Class ChangeSet.StanceChange

    • Field Detail

      • first

        private final Player first
      • stance

        private final Stance stance
      • second

        private final Player second
    • Constructor Detail

      • StanceChange

        public StanceChange​(ChangeSet.See see,
                            Player first,
                            Stance stance,
                            Player second)
        Build a new StanceChange.
        Parameters:
        see - The visibility of this change.
        first - The Player changing stance.
        stance - The Stance to change to.
        second - The Player wrt with to change.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object