Class CompoundWord
java.lang.Object
ca.phon.orthography.AbstractOrthographyElement
ca.phon.orthography.Word
ca.phon.orthography.CompoundWord
- All Implemented Interfaces:
IExtendable,OrthographyElement
Two words joined by a marker.
-
Constructor Summary
ConstructorsConstructorDescriptionCompoundWord(Langs langs, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) CompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, Word word1, Word word2, CompoundWordMarker marker) CompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) CompoundWord(WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) CompoundWord(Word word1, Word word2) CompoundWord(Word word1, Word word2, CompoundWordMarker marker) CompoundWord(Word word1, Word word2, CompoundWordMarkerType marker) -
Method Summary
Methods inherited from class ca.phon.orthography.Word
elementText, getLangs, getPrefix, getReplacements, getReplacementsText, getSuffix, getUntranscribedType, getWord, isUntranscribed, text, toStringMethods inherited from class ca.phon.orthography.AbstractOrthographyElement
getExtension, getExtensions, putExtension, removeExtension
-
Constructor Details
-
CompoundWord
-
CompoundWord
-
CompoundWord
-
CompoundWord
public CompoundWord(WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) -
CompoundWord
public CompoundWord(Langs langs, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) -
CompoundWord
public CompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) -
CompoundWord
public CompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, Word word1, Word word2, CompoundWordMarker marker)
-
-
Method Details
-
getWord1
-
getMarker
-
getWord2
-
getWordElements
Description copied from class:WordReturn an unmodifiable list of word elements- Overrides:
getWordElementsin classWord- Returns:
- wordElements
-