org.cogroo.tools.checker.rules.applier
Class State
java.lang.Object
org.cogroo.tools.checker.rules.applier.State
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AcceptState
public class State
- extends Object
- implements Serializable
A state, which is part of rules DFA.
- Version:
- $Id: State.java 186 2007-03-07 01:08:07Z colen $
- Author:
- Marcelo Suzumura
- See Also:
- Serialized Form
State
public State(int name,
PatternElement element)
- Parameters:
name
- the integer that represents the name of the stateelement
- the element from the rules file
getName
public int getName()
getElement
public PatternElement getElement()
getNextStates
public List<State> getNextStates()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012-2013 CoGrOO. All Rights Reserved.