Class Parser

java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.recorder.Parser

public class Parser extends Object
Used to parse recorded games from XML.
Author:
Chris
  • Method Details

    • getLevel

      public int getLevel()
      Returns:
      the level loaded from the recording
    • getStates

      public List<GameState> getStates()
      Gets the list of actions from the document.
      Returns:
      the list of actions