Class Drill

java.lang.Object
org.emrick.project.Drill

public class Drill extends Object
  • Field Details

  • Constructor Details

    • Drill

      public Drill()
  • Method Details

    • loadAllPerformers

      public void loadAllPerformers()
    • loadSets

      public void loadSets()
    • getLEDStrips

      public ArrayList<LEDStrip> getLEDStrips()
    • addSet

      public void addSet(Coordinate coordinate)
    • addLedStrip

      public void addLedStrip(LEDStrip ledStrip)
    • addPerformer

      public void addPerformer(Performer performer)
    • getLedStrips

      public ArrayList<LEDStrip> getLedStrips()
    • getPositionsAtTimestamp

      public ArrayList<String> getPositionsAtTimestamp(String timestamp)
      Retrieves the positions of all performers at a specific timestamp.
      Parameters:
      timestamp - The specific timestamp to query.
      Returns:
      A list of strings representing the performers and their positions at the timestamp.
    • toString

      public String toString()
      Overrides:
      toString in class Object