Uses of Class
ca.phon.util.Range
Packages that use Range
Package
Description
-
Uses of Range in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return RangeConstructors in ca.phon.app.session.editor with parameters of type RangeModifierConstructorDescriptionSessionEditorSelection
(int elementIndex, String tierName, Range range) -
Uses of Range in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return RangeModifier and TypeMethodDescriptionFindExpr.findNextPhonex
(IPATranscript ipa, int charIdx) FindExpr.findNextPlain
(String txt, int charIdx) FindExpr.findNextRegex
(String txt, int charIdx) FindExpr.findPrevPhonex
(IPATranscript ipa, int charIdx) FindExpr.findPrevPlain
(String txt, int charIdx) FindExpr.findPrevRegex
(String txt, int charIdx) -
Uses of Range in ca.phon.cvseq
Methods in ca.phon.cvseq that return RangeModifier and TypeMethodDescriptionstatic Range
CVSeqPattern.convertCVRangeToPhoneRange
(List<IPAElement> phones, Range cvRange) Methods in ca.phon.cvseq that return types with arguments of type RangeMethods in ca.phon.cvseq with parameters of type RangeModifier and TypeMethodDescriptionstatic Range
CVSeqPattern.convertCVRangeToPhoneRange
(List<IPAElement> phones, Range cvRange) -
Uses of Range in ca.phon.query.db
Methods in ca.phon.query.db that return RangeMethods in ca.phon.query.db with parameters of type Range -
Uses of Range in ca.phon.query.db.xml
Methods in ca.phon.query.db.xml that return RangeMethods in ca.phon.query.db.xml with parameters of type Range -
Uses of Range in ca.phon.session
Methods in ca.phon.session with parameters of type RangeModifier and TypeMethodDescriptionSession.getTranscriptText
(int transcriptElementIndex, String tier, Range range) Get the text of the specified transcript element index and give range. -
Uses of Range in ca.phon.session.filter
Methods in ca.phon.session.filter that return types with arguments of type RangeMethods in ca.phon.session.filter with parameters of type RangeMethod parameters in ca.phon.session.filter with type arguments of type Range -
Uses of Range in ca.phon.session.position
Methods in ca.phon.session.position that return RangeModifier and TypeMethodDescriptionTranscriptElementRange.range()
Returns the value of therange
record component.Constructors in ca.phon.session.position with parameters of type RangeModifierConstructorDescriptionTranscriptElementRange
(int transcriptElementIndex, String tier, Range range) Creates an instance of aTranscriptElementRange
record class. -
Uses of Range in ca.phon.stresspattern
Methods in ca.phon.stresspattern that return RangeModifier and TypeMethodDescriptionstatic Range
StressPattern.convertSPRToPR
(List<IPAElement> phones, String stressPattern, Range range) Convert a range for a stress pattern match into a phone range.Methods in ca.phon.stresspattern that return types with arguments of type RangeMethods in ca.phon.stresspattern with parameters of type RangeModifier and TypeMethodDescriptionstatic Range
StressPattern.convertSPRToPR
(List<IPAElement> phones, String stressPattern, Range range) Convert a range for a stress pattern match into a phone range. -
Uses of Range in ca.phon.util
Classes in ca.phon.util that implement interfaces with type arguments of type RangeMethods in ca.phon.util that return RangeModifier and TypeMethodDescriptionstatic Range
Range.fromString
(String rangeStr) Parse a string into a range object.Methods in ca.phon.util that return types with arguments of type RangeModifier and TypeMethodDescriptionRange.reduceRanges
(List<Range> ranges) This method takes a list of ranges and attempts to reduce them.Methods in ca.phon.util with parameters of type RangeModifier and TypeMethodDescriptionint
boolean
boolean
Method parameters in ca.phon.util with type arguments of type RangeModifier and TypeMethodDescriptionRange.reduceRanges
(List<Range> ranges) This method takes a list of ranges and attempts to reduce them.