Class GroupRange

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

public class GroupRange extends Tuple<Integer,Range>
  • Constructor Details

    • GroupRange

      public GroupRange(Integer grpIndex, Range charRange)
  • Method Details

    • getGroupIndex

      public Integer getGroupIndex()
    • setGroupIndex

      public void setGroupIndex(Integer grpIndex)
    • getRange

      public Range getRange()
    • setRange

      public void setRange(Range r)
    • start

      public GroupLocation start()
    • end

      public GroupLocation end()