Package org.jfugue.temporal
Class TemporalEvents.ChordEvent
- java.lang.Object
-
- org.jfugue.temporal.TemporalEvents.ChordEvent
-
- All Implemented Interfaces:
DurationTemporalEvent,TemporalEvent
- Enclosing class:
- TemporalEvents
public class TemporalEvents.ChordEvent extends java.lang.Object implements DurationTemporalEvent
-
-
Constructor Summary
Constructors Constructor Description ChordEvent(Chord chord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Parser parser)doublegetDuration()
-
-
-
Constructor Detail
-
ChordEvent
public ChordEvent(Chord chord)
-
-
Method Detail
-
execute
public void execute(Parser parser)
- Specified by:
executein interfaceTemporalEvent
-
getDuration
public double getDuration()
- Specified by:
getDurationin interfaceDurationTemporalEvent
-
-