public abstract class State<P extends State> extends Object implements Serializable
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
P |
getParentState() |
void |
setParentState(P parentState) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.