ipipan.spejd.actions
Class DeleteAction

java.lang.Object
  extended by ipipan.spejd.actions.Action
      extended by ipipan.spejd.actions.DeleteAction

public class DeleteAction
extends Action


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

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object