Package ca.phon.session
Class Group
java.lang.Object
ca.phon.extensions.ExtendableObject
ca.phon.session.Group
- All Implemented Interfaces:
IExtendable
A Group is a vertical view of tier information
in a record.
-
Method Summary
Modifier and TypeMethodDescriptiongetAlignedSyllable
(int index) int
getAlignedWord
(int wordIndex) int
int
getNotes()
<T> T
int
getWordCount
(String tierName) void
void
void
setNotes
(TierString notes) void
setOrthography
(Orthography ortho) void
setPhoneAlignment
(PhoneMap alignment) <T> void
Methods inherited from class ca.phon.extensions.ExtendableObject
getExtension, getExtensions, putExtension, removeExtension
-
Method Details
-
getRecord
-
getGroupIndex
public int getGroupIndex() -
getOrthography
-
setOrthography
-
getIPATarget
-
getIPAActual
-
getTier
-
getTier
-
setIPATarget
-
setIPAActual
-
getPhoneAlignment
-
setPhoneAlignment
-
getNotes
-
setNotes
-
setTier
-
getAlignedWord
-
getAlignedWordCount
public int getAlignedWordCount() -
getWordCount
-
getSyllableAlignment
-
getAlignedSyllableCount
public int getAlignedSyllableCount() -
getAlignedSyllable
-