Klasse SidIdV2.PlayerSection

java.lang.Object
libsidutils.sidid.SidIdV2.PlayerSection
Umschließende Klasse:
SidIdV2

private static class SidIdV2.PlayerSection extends Object
Player section of the SID-ID configuration file.
Autor:
Ken Händel
  • Felddetails

  • Konstruktordetails

    • PlayerSection

      public PlayerSection(String name)
      Create a new section. This creates the pattern lists, also.
      Parameter:
      name - player name
  • Methodendetails

    • getPlayerName

      public final String getPlayerName()
      Get the players name.
      Gibt zurück:
      player name
    • getOrList

      public final ArrayList<ArrayList<SidIdV2.Pattern>> getOrList()
      Get pattern list: OR(AND(bytes, ...), ...).
      Gibt zurück:
      pattern list