Class AlignmentMarker
java.lang.Object
ca.phon.ipa.IPAElement
ca.phon.ipa.AlignmentMarker
- All Implemented Interfaces:
IExtendable,Visitable<IPAElement>
An IPAElement that represents an alignment marker in an IPA transcription.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAlignmentMarker(FeatureSet overrideFeatureSet, SyllableInfo syllableInfo) AlignmentMarker(SyllableInfo syllableInfo) -
Method Summary
Modifier and TypeMethodDescriptionprotected FeatureSetPrivate method to return the feature set for theIPAElement.getText()Get the text for this phoneMethods inherited from class ca.phon.ipa.IPAElement
accept, constituentType, featureSet, getExtension, getExtensions, isDiphthong, overrideFeatureSet, putExtension, removeExtension, segregated, sonority, sonorityDistance, stress, syllableIndex, syllableInfo, tone, toString
-
Field Details
-
ALIGNMENT_CHAR
public static final char ALIGNMENT_CHAR- See Also:
-
-
Constructor Details
-
AlignmentMarker
public AlignmentMarker() -
AlignmentMarker
-
AlignmentMarker
-
-
Method Details
-
_getFeatureSet
Description copied from class:IPAElementPrivate method to return the feature set for theIPAElement.- Specified by:
_getFeatureSetin classIPAElement- Returns:
- the feature set for the implementing type.
-
getText
Description copied from class:IPAElementGet the text for this phone- Specified by:
getTextin classIPAElement- Returns:
- the phone string
-