Class Symbol
- java.lang.Object
-
- nl.dedicon.pipeline.braille.model.Symbol
-
public class Symbol extends Object
A symbol from the symbols list- Author:
- Paul Rambags
-
-
Constructor Summary
Constructors Constructor Description Symbol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCharacter()StringgetLanguage()List<Replace>getReplaces()voidsetCharacter(String character)voidsetLanguage(String language)voidsetReplaces(List<Replace> replaces)
-