Class OverlapPoint
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.OverlapPoint
- All Implemented Interfaces:
IExtendable
,OrthographyElement
,WordElement
@Documentation("https://talkbank.org/manuals/CHAT.html#CA_Overlaps")
public final class OverlapPoint
extends AbstractOrthographyElement
implements WordElement
CA-style overlap with optional integer label to distinguish among different overlaps over the same text.
-
Constructor Summary
ConstructorsConstructorDescriptionOverlapPoint
(OverlapPointType type) OverlapPoint
(OverlapPointType type, int index) -
Method Summary
Methods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toString
-
Constructor Details
-
OverlapPoint
-
OverlapPoint
-
-
Method Details
-
getType
-
getIndex
public int getIndex() -
text
Description copied from interface:OrthographyElement
Get string representation of the element.- Specified by:
text
in interfaceOrthographyElement
- Specified by:
text
in interfaceWordElement
- Returns:
- the string value of the element
-