public class GeTaDEA extends Object
An object representation of a JSON object from a GeTa DEA.ann annotation file.
| Constructor and Description |
|---|
GeTaDEA(String id,
String wb,
String we,
String nri,
String nr,
String le,
String g,
String c,
String dp,
String na,
String cr,
String hwb,
String hwe,
List<String> dc)
This is a constructor working as a
JsonCreator, i.e., the mapping of GeTaTEA objects starts here. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAnnotations() |
List<String> |
getDc() |
String |
getId() |
public GeTaDEA(String id, String wb, String we, String nri, String nr, String le, String g, String c, String dp, String na, String cr, String hwb, String hwe, List<String> dc)
This is a constructor working as a JsonCreator, i.e., the mapping of GeTaTEA objects starts here.
id - wb - we - nri - nr - le - g - c - dp - na - cr - hwb - hwe - dc - Copyright © 2011-2018 sdruskat.net. All Rights Reserved.