Class SessionLocation

java.lang.Object
ca.phon.util.Tuple<Integer,RecordLocation>
ca.phon.session.position.SessionLocation
All Implemented Interfaces:
Comparable<Tuple<? extends Integer,? extends RecordLocation>>

public class SessionLocation extends Tuple<Integer,RecordLocation>
Helper classes for holding current and start locations
  • Constructor Details

  • Method Details

    • getRecordIndex

      public Integer getRecordIndex()
    • setRecordIndex

      public void setRecordIndex(Integer idx)
    • getRecordLocation

      public RecordLocation getRecordLocation()
    • setRecordLocation

      public void setRecordLocation(RecordLocation recLoc)