Package uk.ac.qmul.eecs.depic.patterns
Interface Sequence.Value
-
- All Known Implementing Classes:
- AutomationValue
- Enclosing interface:
- Sequence
public static interface Sequence.Value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Sequence
getSequence()
float
getTimePosition()
float
getValue()
int
index()
-
-
-
Method Detail
-
getValue
float getValue()
-
getTimePosition
float getTimePosition()
-
getSequence
Sequence getSequence()
-
index
int index()
-
-