public class StartState extends State
StartState marks the logical beginning of a new Criteria.| Constructor and Description |
|---|
StartState(Criteria criteria)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
BuildableStartState |
group(Criteria criteria)
Add a sub
criteria to the Criteria that is building. |
BuildableStartState |
group(Object criteria)
Add a sub
criteria to the Criteria that is building. |
KeyState |
key(String key)
Add a
key to the Criteria that is building. |
public StartState(Criteria criteria)
criteria - public BuildableStartState group(Criteria criteria)
criteria to the Criteria that is building. A sub
criteria is one that is wrapped in parenthesis.criteria - public BuildableStartState group(Object criteria)
criteria to the Criteria that is building. A sub
criteria is one that is wrapped in parenthesis.criteria -