edu.washington.cs.knowitall.rule.validate
Class TrivialRuleValidator
java.lang.Object
edu.washington.cs.knowitall.rule.validate.RuleValidator
edu.washington.cs.knowitall.rule.validate.TrivialRuleValidator
public class TrivialRuleValidator
- extends RuleValidator
|
Method Summary |
boolean |
validate(Rule rule)
All well-formed rules are valid. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrivialRuleValidator
public TrivialRuleValidator()
validate
public boolean validate(Rule rule)
- All well-formed rules are valid.
- Specified by:
validate in class RuleValidator
- Returns:
Copyright © 2011 University of Washington CSE. All Rights Reserved.