Uses of Enum Class
ca.phon.orthography.OrthoWordnetMarker
Packages that use OrthoWordnetMarker
-
Uses of OrthoWordnetMarker in ca.phon.orthography
Methods in ca.phon.orthography that return OrthoWordnetMarkerModifier and TypeMethodDescriptionstatic OrthoWordnetMarker
OrthoWordnetMarker.fromMarker
(char c) OrthoWordnet.getMarker()
static OrthoWordnetMarker
Returns the enum constant of this class with the specified name.static OrthoWordnetMarker[]
OrthoWordnetMarker.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.orthography with parameters of type OrthoWordnetMarkerModifier and TypeMethodDescriptionOrthographyBuilder.appendWordnet
(OrthoWord word1, OrthoWord word2, OrthoWordnetMarker marker) OrthographyBuilder.createWordnet
(OrthoWordnetMarker marker) Creates a wordnet using the last two elements.OrthographyBuilder.createWordnet
(OrthoWord word2, OrthoWordnetMarker marker) Creates a wordnet using the previously added word and the given word.Constructors in ca.phon.orthography with parameters of type OrthoWordnetMarkerModifierConstructorDescriptionOrthoWordnet
(OrthoWord word1, OrthoWord word2, OrthoWordnetMarker marker)