public class State extends Object implements Serializable
| Constructor and Description |
|---|
State(int name,
PatternElement element) |
| Modifier and Type | Method and Description |
|---|---|
PatternElement |
getElement() |
int |
getName() |
List<State> |
getNextStates() |
String |
toString() |
public State(int name,
PatternElement element)
name - the integer that represents the name of the stateelement - the element from the rules fileCopyright © 2012–2017 CoGrOO. All rights reserved.