Package relations
Class EData
- java.lang.Object
-
- relations.EData
-
public class EData extends Object
- Author:
- Chinh
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCause()intgetLevel(int idx)TDatagetPro()Get protein closest to the trigger in order to map trigger location into sentence and vice vesaTDatagetTrigger()StringgetTxt()StringgetTxt(int idx)StringgetType()voidinit(Map<String,TData> plist, Map<String,TData> tlist, Map<String,EData> elist)StringtoString()
-
-
-
Method Detail
-
init
public void init(Map<String,TData> plist, Map<String,TData> tlist, Map<String,EData> elist)
-
getTxt
public String getTxt(int idx)
-
getTxt
public String getTxt()
-
getLevel
public int getLevel(int idx)
-
getPro
public TData getPro()
Get protein closest to the trigger in order to map trigger location into sentence and vice vesa- Returns:
- Data (protein)
-
getTrigger
public TData getTrigger()
-
getType
public String getType()
-
getCause
public Object getCause()
-
-