Uses of Interface
ca.phon.orthography.OrthographyAnnotation
Packages that use OrthographyAnnotation
Package
Description
-
Uses of OrthographyAnnotation in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript with parameters of type OrthographyAnnotationModifier and TypeMethodDescriptionvoid
TranscriptOrthographyVisitors.AnnotationVisitor.fallbackVisit
(OrthographyAnnotation obj) -
Uses of OrthographyAnnotation in ca.phon.orthography
Classes in ca.phon.orthography that implement OrthographyAnnotationModifier and TypeClassDescriptionfinal class
Duration annotation, printed in minutes and seconds.final class
Error codingfinal class
Inlined dependent tier: scoped annotation that applies to a group.final class
Retracing and other markers.final class
Overlap with optional integer label to distinguish among different overlaps over the same text.Subclasses with type arguments of type OrthographyAnnotation in ca.phon.orthographyMethods in ca.phon.orthography that return types with arguments of type OrthographyAnnotationModifier and TypeMethodDescriptionAnnotatedOrthographyElement.getAnnotations()
Orthography.getAnnotations()
Return utterance level annotations.Methods in ca.phon.orthography with parameters of type OrthographyAnnotationModifier and TypeMethodDescriptionAction.cloneAppendingAnnotation
(OrthographyAnnotation annotation) abstract AnnotatedOrthographyElement
AnnotatedOrthographyElement.cloneAppendingAnnotation
(OrthographyAnnotation annotation) Happening.cloneAppendingAnnotation
(OrthographyAnnotation annotation) OrthoGroup.cloneAppendingAnnotation
(OrthographyAnnotation annotation) OtherSpokenEvent.cloneAppendingAnnotation
(OrthographyAnnotation annotation) Constructor parameters in ca.phon.orthography with type arguments of type OrthographyAnnotationModifierConstructorDescriptionAction
(List<OrthographyAnnotation> annotations) AnnotatedOrthographyElement
(List<OrthographyAnnotation> annotations) Event
(List<OrthographyAnnotation> annotations) Happening
(String data, List<OrthographyAnnotation> annotations) OtherSpokenEvent
(String who, String data, List<OrthographyAnnotation> annotations) -
Uses of OrthographyAnnotation in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 that return types with arguments of type OrthographyAnnotationMethods in ca.phon.session.io.xml.v2_0 with parameters of type OrthographyAnnotationModifier and TypeMethodDescriptionvoid
OrthoAnnotationToXmlVisitor.fallbackVisit
(OrthographyAnnotation obj)