Class TranscriptImpl
java.lang.Object
ca.phon.session.impl.TranscriptImpl
- All Implemented Interfaces:
TranscriptSPI
Default implementation of a transcript.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(int idx, Transcript.Element element) voidaddElement(Transcript.Element element) getElementAt(int idx) intremoveElement(int idx) voidremoveElement(Transcript.Element element)
-
Constructor Details
-
TranscriptImpl
public TranscriptImpl()
-
-
Method Details
-
getNumberOfElements
public int getNumberOfElements()- Specified by:
getNumberOfElementsin interfaceTranscriptSPI
-
getElementAt
- Specified by:
getElementAtin interfaceTranscriptSPI
-
addElement
- Specified by:
addElementin interfaceTranscriptSPI
-
addElement
- Specified by:
addElementin interfaceTranscriptSPI
-
removeElement
- Specified by:
removeElementin interfaceTranscriptSPI
-
removeElement
- Specified by:
removeElementin interfaceTranscriptSPI
-