public class AcceptState extends State
| Constructor and Description |
|---|
AcceptState(int name,
PatternElement element,
Rule rule)
Package private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
getRule() |
getElement, getName, getNextStates, toStringpublic AcceptState(int name,
PatternElement element,
Rule rule)
name - the integer that represents the name of the stateelement - the element of the rulerule - the rule that is accepted by this statepublic Rule getRule()
Copyright © 2012–2017 CoGrOO. All rights reserved.