ipipan.spejd.ruleparser
Class GroupRequirement
java.lang.Object
ipipan.spejd.ruleparser.EntityRequirement
ipipan.spejd.ruleparser.GroupRequirement
public class GroupRequirement
- extends EntityRequirement
Representation of a groups specification, like
[type=NG]
or [synh=[number~sg]]
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYNH
public static final int SYNH
- See Also:
- Constant Field Values
SEMH
public static final int SEMH
- See Also:
- Constant Field Values
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
GroupRequirement
public GroupRequirement()
attribute
public static int attribute(java.lang.String s)
setHead
public void setHead(int flags,
TokenRequirement head)
setType
public void setType(java.lang.String type)
toRegexp
public java.lang.String toRegexp()
- Specified by:
toRegexp
in class EntityRequirement