edu.umn.cs.nlp.parser
Class RuleSet

java.lang.Object
  extended by edu.umn.cs.nlp.parser.RuleSet

public class RuleSet
extends Object

Represents a collection of rules. Currently not used.

Version:
$LastChangedDate: 2007-07-16 11:23:58 -0500 (Mon, 16 Jul 2007) $
Author:
Lane Schwartz

Constructor Summary
RuleSet(Collection<String> rules, boolean hasIncompleteMatch)
           
 
Method Summary
 Collection<String> getRules()
           
 boolean hasIncompleteMatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleSet

public RuleSet(Collection<String> rules,
               boolean hasIncompleteMatch)
Method Detail

getRules

public Collection<String> getRules()

hasIncompleteMatch

public boolean hasIncompleteMatch()