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 TypeMethodDescriptionvoid
addLedStrip
(LEDStrip ledStrip) void
addPerformer
(Performer performer) void
addSet
(Coordinate coordinate) getPositionsAtTimestamp
(String timestamp) Retrieves the positions of all performers at a specific timestamp.void
void
loadSets()
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
-