Package org.emrick.project
Class Drill
java.lang.Object
org.emrick.project.Drill
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLedStrip(LEDStrip ledStrip) voidaddPerformer(Performer performer) voidaddSet(Coordinate coordinate) getPositionsAtTimestamp(String timestamp) Retrieves the positions of all performers at a specific timestamp.voidvoidloadSets()toString()
-
Field Details
-
performers
-
coordinates
-
sets
-
ledStrips
-
-
Constructor Details
-
Drill
public Drill()
-
-
Method Details
-
loadAllPerformers
public void loadAllPerformers() -
loadSets
public void loadSets() -
getLEDStrips
-
addSet
-
addLedStrip
-
addPerformer
-
getLedStrips
-
getPositionsAtTimestamp
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
-