Class Action
- All Implemented Interfaces:
IExtendable
,OrthographyElement
@Documentation("https://talkbank.org/manuals/CHAT.html#Action_Code")
public final class Action
extends Event
Represents an action within the transcription.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneAppendingAnnotation
(OrthographyAnnotation annotation) Text for primary element without annotationsMethods 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
-
ACTION_TEXT
- See Also:
-
-
Constructor Details
-
Action
public Action() -
Action
-
-
Method Details
-
cloneAppendingAnnotation
- Specified by:
cloneAppendingAnnotation
in classAnnotatedOrthographyElement
-
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()
-