ipipan.spejd.rules
Class GazetteerEntry

java.lang.Object
  extended by ipipan.spejd.rules.AbstractRule
      extended by ipipan.spejd.rules.GazetteerEntry

public class GazetteerEntry
extends AbstractRule


Field Summary
static int MAX_TITLE_LEN
           
 
Constructor Summary
GazetteerEntry(java.lang.String key, Action[] actions, boolean fromFile)
           
 
Method Summary
 void log(java.io.PrintStream log)
          Write parsed rule to the log file.
 
Methods inherited from class ipipan.spejd.rules.AbstractRule
applyActions, getTitle, report
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_TITLE_LEN

public static final int MAX_TITLE_LEN
See Also:
Constant Field Values
Constructor Detail

GazetteerEntry

public GazetteerEntry(java.lang.String key,
                      Action[] actions,
                      boolean fromFile)
Method Detail

log

public void log(java.io.PrintStream log)
Description copied from class: AbstractRule
Write parsed rule to the log file.

Specified by:
log in class AbstractRule