Uses of Class
ipipan.spejd.rules.AbstractRule

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

Uses of AbstractRule in ipipan.spejd.actions
 

Methods in ipipan.spejd.actions with parameters of type AbstractRule
 void Action.setRule(AbstractRule rule)
          Set a pointer to rule containing this action.
 

Uses of AbstractRule in ipipan.spejd.entities
 

Methods in ipipan.spejd.entities with parameters of type AbstractRule
 void Entity.setRule(AbstractRule rule)
          Sets rule reference for diagnostic purposes.
 

Uses of AbstractRule in ipipan.spejd.rules
 

Subclasses of AbstractRule in ipipan.spejd.rules
 class GazetteerEntry
           
 class Rule