public final class RuleData extends Object implements Comparable
| Modifier and Type | Field and Description |
|---|---|
Set<String> |
childMap |
int |
extracted |
Set<String> |
parentMap |
| Constructor and Description |
|---|
RuleData() |
RuleData(int verbtype,
String pos,
String ctype,
boolean pos1,
boolean pos2,
boolean order,
String pr1,
String pr2,
boolean hastheme2,
boolean inchunk,
int ccount1,
int ccount2,
boolean pro1,
boolean pro2,
String trg1,
String trg2) |
RuleData(int verb_type,
String pos,
String ctype,
boolean pos1,
boolean pos2,
boolean order,
String pr1,
String pr2,
boolean has_theme2,
boolean inchunk,
int ccount1,
int ccount2,
String childTrg) |
RuleData(int verb_type,
String pos,
String ctype,
boolean pos1,
String prep,
boolean inchunk,
int ccount,
String childTrg) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object ob) |
String |
getKey() |
String |
getKeyInfo() |
String |
getSubKey() |
String |
mapToString(Set<String> map) |
void |
setChildTrigger(String tg) |
void |
setParentTrigger(String tg) |
public RuleData()
public RuleData(int verb_type,
String pos,
String ctype,
boolean pos1,
String prep,
boolean inchunk,
int ccount,
String childTrg)
public RuleData(int verb_type,
String pos,
String ctype,
boolean pos1,
boolean pos2,
boolean order,
String pr1,
String pr2,
boolean has_theme2,
boolean inchunk,
int ccount1,
int ccount2,
String childTrg)
public void setChildTrigger(String tg)
public void setParentTrigger(String tg)
public String getKey()
public String getSubKey()
public String getKeyInfo()
public int compareTo(Object ob)
compareTo in interface ComparableCopyright © 2016 JULIE Lab, Germany. All rights reserved.