Uses of Interface
ipipan.spejd.rules.Match

Packages that use Match
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 Match in ipipan.spejd.actions
 

Methods in ipipan.spejd.actions with parameters of type Match
abstract  boolean Action.apply(Match match)
          Apply the action to the match.
 boolean AddAction.apply(Match matcher)
           
 boolean AgreeAction.apply(Match matcher)
           
 boolean DeleteAction.apply(Match matcher)
           
 boolean OrthCond.apply(Match matcher)
           
 boolean SyntAction.apply(Match matcher)
           
 java.util.Set<Interpretation> WordActionArg.createInterpretations(Match matcher)
           
 java.lang.String WordBasePart.eval(Match matcher)
           
 Entity GroupAction.result(Match matcher, Entity[] match)
           
 

Uses of Match in ipipan.spejd.rules
 

Classes in ipipan.spejd.rules that implement Match
 class Gazetteer
          Not official yet.
 class MatchPattern
           
 

Methods in ipipan.spejd.rules with parameters of type Match
 boolean AbstractRule.applyActions(Match match)