hmi.elckerlyc.anticipator
Class Anticipator
java.lang.Object
hmi.elckerlyc.anticipator.Anticipator
- Direct Known Subclasses:
- MetronomeAnticipator, SpaceBarAnticipator, SpaceBarTempoAnticipator
@ThreadSafe
public class Anticipator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pegs
private Map<String,TimePeg> pegs
Anticipator
public Anticipator()
getTimePegs
public Collection<TimePeg> getTimePegs()
- Get an unmodifiable view of the time pegs handled by this anticipator
getSynchronisationPoint
public TimePeg getSynchronisationPoint(String syncRef)
addSynchronisationPoint
public void addSynchronisationPoint(String syncRef,
TimePeg sp)
setSynchronisationPoint
public void setSynchronisationPoint(String syncRef,
double time)