Uses of Class
ipipan.spejd.actions.Action

Packages that use Action
ipipan.spejd.actions Provides classes representing actions (predicates) that can be executed (evaluated) upon finding a match. 
ipipan.spejd.rules Classes for representing and applying rules, as well as a class for reading XML input files to be parsed. 
 

Uses of Action in ipipan.spejd.actions
 

Subclasses of Action in ipipan.spejd.actions
 class AddAction
           
 class AgreeAction
           
 class DeleteAction
           
 class GroupAction
           
 class OrthCond
           
 class SyntAction
           
 class WordAction
          Representation of a word() action, creating a new syntactic word.
 

Methods in ipipan.spejd.actions that return Action
 Action[] ActionParser.readActionList(java.lang.String start)
           
 

Uses of Action in ipipan.spejd.rules
 

Constructors in ipipan.spejd.rules with parameters of type Action
AbstractRule(java.lang.String title, Action[] actions, Config conf)
           
GazetteerEntry(java.lang.String key, Action[] actions, boolean fromFile, Config conf)
           
Rule(java.lang.String title, java.lang.String[] left, java.lang.String[] match, java.lang.String[] right, Action[] actions, Config conf)