Class SequenceRecord

    • Constructor Detail

      • SequenceRecord

        public SequenceRecord()
    • Method Detail

      • getSequenceLength

        public int getSequenceLength()
        Description copied from interface: SequenceRecord
        Get the overall length of the sequence record (number of time/sequence steps, etc). Equivalent to getSequenceRecord().size()
        Specified by:
        getSequenceLength in interface SequenceRecord
        Returns:
        Length of sequence record
      • getTimeStep

        public List<Writable> getTimeStep​(int timeStep)
        Description copied from interface: SequenceRecord
        Get a single time step. Equivalent to getSequenceRecord().get(timeStep)
        Specified by:
        getTimeStep in interface SequenceRecord
        Parameters:
        timeStep - Time step to get. Must be 0 <= timeStep < getSequenceLength()
        Returns:
        Values for a single time step