ipipan.spejd.actions
Class GroupAction

java.lang.Object
  extended by ipipan.spejd.actions.Action
      extended by ipipan.spejd.actions.SyntAction
          extended by ipipan.spejd.actions.GroupAction

public class GroupAction
extends SyntAction


Constructor Summary
GroupAction(java.lang.String type, int synh, int semh)
           
 
Method Summary
 Entity result(Match matcher, Entity[] match)
           
 java.lang.String toString()
           
 
Methods inherited from class ipipan.spejd.actions.SyntAction
apply, required
 
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

GroupAction

public GroupAction(java.lang.String type,
                   int synh,
                   int semh)
Method Detail

toString

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

result

public Entity result(Match matcher,
                     Entity[] match)