ipipan.spejd.actions
Class SyntAction

java.lang.Object
  extended by ipipan.spejd.actions.Action
      extended by ipipan.spejd.actions.SyntAction
Direct Known Subclasses:
GroupAction, WordAction

public abstract class SyntAction
extends Action


Constructor Summary
SyntAction()
           
 
Method Summary
 boolean apply(Match matcher)
          Apply the action to the match.
 int[] required()
          Entity specifications required by this action.
 
Methods inherited from class ipipan.spejd.actions.Action
setRule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntAction

public SyntAction()
Method Detail

required

public int[] required()
Description copied from class: Action
Entity specifications required by this action.

Specified by:
required in class Action

apply

public boolean apply(Match matcher)
Description copied from class: Action
Apply the action to the match.

Specified by:
apply in class Action