Class OrthoGroup
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.AnnotatedOrthographyElement
ca.phon.orthography.OrthoGroup
- All Implemented Interfaces:
IExtendable,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#Group")
public final class OrthoGroup
extends AnnotatedOrthographyElement
Grouped contented within Orthography with annotations
A group of material that is annotated. May be nested, i.e., a group may
contain groups as well as words and other material.
-
Constructor Summary
ConstructorsConstructorDescriptionOrthoGroup(List<OrthographyElement> elements, List<OrthographyAnnotation> annotations) -
Method Summary
Modifier and TypeMethodDescriptioncloneAppendingAnnotation(OrthographyAnnotation annotation) Text for primary element without annotationsMethods inherited from class ca.phon.orthography.AnnotatedOrthographyElement
getAnnotations, getAnnotationText, textMethods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toString
-
Constructor Details
-
OrthoGroup
-
-
Method Details
-
getElements
-
cloneAppendingAnnotation
- Specified by:
cloneAppendingAnnotationin classAnnotatedOrthographyElement
-
elementText
Description copied from class:AnnotatedOrthographyElementText for primary element without annotations- Specified by:
elementTextin classAnnotatedOrthographyElement- Returns:
- text for primary element without annotations, subclasses should implement this method instead of text()
-