Class Happening
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.AnnotatedOrthographyElement
ca.phon.orthography.Event
ca.phon.orthography.Happening
- All Implemented Interfaces:
IExtendable
,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#Local_Event")
public final class Happening
extends Event
happening, such as sneeze
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneAppendingAnnotation
(OrthographyAnnotation annotation) Text for primary element without annotationsgetData()
Methods inherited from class ca.phon.orthography.AnnotatedOrthographyElement
getAnnotations, getAnnotationText, text
Methods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension, toString
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
Happening
-
Happening
-
-
Method Details
-
getData
-
elementText
Description copied from class:AnnotatedOrthographyElement
Text for primary element without annotations- Specified by:
elementText
in classAnnotatedOrthographyElement
- Returns:
- text for primary element without annotations, subclasses should implement this method instead of text()
-
cloneAppendingAnnotation
- Specified by:
cloneAppendingAnnotation
in classAnnotatedOrthographyElement
-