|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipipan.spejd.rules.AbstractRule
public abstract class AbstractRule
Constructor Summary | |
---|---|
AbstractRule(java.lang.String title,
Action[] actions)
|
Method Summary | |
---|---|
boolean |
applyActions(Match match)
|
java.lang.String |
getTitle()
|
abstract void |
log(java.io.PrintStream log)
Write parsed rule to the log file. |
void |
report(java.io.PrintStream log)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRule(java.lang.String title, Action[] actions)
Method Detail |
---|
public abstract void log(java.io.PrintStream log)
public boolean applyActions(Match match)
public java.lang.String getTitle()
public void report(java.io.PrintStream log)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |