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

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

public class RulesTree
extends Object
implements Serializable

Class that defines a Rules tree, which nodes are States

Author:
Marcelo Suzumura
See Also:
Serialized Form

Constructor Summary
RulesTree(List<State> rulesTree)
           
 
Method Summary
 State getRoot()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesTree

public RulesTree(List<State> rulesTree)
Method Detail

getRoot

public State getRoot()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.