org.cogroo.tools.checker.rules.applier
Class RulesTrees

java.lang.Object
  extended by org.cogroo.tools.checker.rules.applier.RulesTrees
All Implemented Interfaces:
Serializable

public class RulesTrees
extends Object
implements Serializable

Give access to the set of RulesTree. There are one for general, local or subject-verb rules

Author:
Marcelo Suzumura
See Also:
Serialized Form

Constructor Summary
RulesTrees(List<RulesTree> rulesTrees)
           
 
Method Summary
 RulesTree getGeneral()
           
 RulesTree getPhraseLocal()
           
 RulesTree getSubjectVerb()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesTrees

public RulesTrees(List<RulesTree> rulesTrees)
Method Detail

getGeneral

public RulesTree getGeneral()

getPhraseLocal

public RulesTree getPhraseLocal()

getSubjectVerb

public RulesTree getSubjectVerb()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.