ipipan.spejd.actions
Class OrthCond

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

public class OrthCond
extends Action


Constructor Summary
OrthCond(int segno, java.lang.String regex)
           
 
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
 

Constructor Detail

OrthCond

public OrthCond(int segno,
                java.lang.String regex)
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