public class GeTaEA extends Object
An object representation of a GeTa .json file, which contains GeTa word tokens (Fidel script).
| Constructor and Description |
|---|
GeTaEA(Integer tr,
Integer scr,
List<GeTaFidalword> fidalwords)
This is a constructor working as a
JsonCreator, i.e., the mapping of GeTaEA objects starts here. |
| Modifier and Type | Method and Description |
|---|---|
List<GeTaFidalword> |
getFidalwords() |
Integer |
getSCR() |
Integer |
getTR() |
public GeTaEA(Integer tr, Integer scr, List<GeTaFidalword> fidalwords)
This is a constructor working as a JsonCreator, i.e., the mapping of GeTaEA objects starts here.
scr - tr - wordObjects - public final Integer getSCR()
public final Integer getTR()
public final List<GeTaFidalword> getFidalwords()
Copyright © 2011-2018 sdruskat.net. All Rights Reserved.