Interface Sequence

  • All Known Subinterfaces:
    Automation
    All Known Implementing Classes:
    BeadsAutomation


    public interface Sequence
    A sequence of values arranged over time. The values are ordered by time, therefore given @ i and j such that (i < j), the following expression is always true : sequence.getValueAt(i).getTimePosition() <= sequence.getValueAt(j).getTimePosition() The values are limited in range. {@code getRange()) returns the range of float values that a sequence value can assume.
    • Method Detail

      • getBegin

        float getBegin()
      • getEnd

        float getEnd()
      • getValuesNum

        int getValuesNum()
      • getRange

        Range<java.lang.Float> getRange()
      • getLen

        float getLen()
        The length of the sequence in millisecons
        Returns: