Class Overlap
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.Overlap
- All Implemented Interfaces:
IExtendable,OrthographyAnnotation,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#Overlaps")
public final class Overlap
extends AbstractOrthographyElement
implements OrthographyAnnotation
Overlap with optional integer label to distinguish among different overlaps over the same text.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.phon.extensions.IExtendable
getExtension, getExtensions, putExtension, removeExtension
-
Constructor Details
-
Overlap
-
Overlap
-
-
Method Details
-
getType
-
getIndex
public int getIndex() -
text
Description copied from interface:OrthographyElementGet string representation of the element.- Specified by:
textin interfaceOrthographyElement- Returns:
- the string value of the element
-