ipipan.spejd.ruleparser
Class SpecialRequirement

java.lang.Object
  extended by ipipan.spejd.ruleparser.EntityRequirement
      extended by ipipan.spejd.ruleparser.SpecialRequirement

public class SpecialRequirement
extends EntityRequirement

Special entity specification - ns, sb, se.


Field Summary
 
Fields inherited from class ipipan.spejd.ruleparser.EntityRequirement
NQ
 
Constructor Summary
SpecialRequirement(char type)
           
 
Method Summary
 java.lang.String toRegexp()
           
 
Methods inherited from class ipipan.spejd.ruleparser.EntityRequirement
setQuantifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecialRequirement

public SpecialRequirement(char type)
Method Detail

toRegexp

public java.lang.String toRegexp()
Specified by:
toRegexp in class EntityRequirement