public interface StateVertex extends Serializable
StateFlowGraph representing a state in the web appliction.| Modifier and Type | Field and Description |
|---|---|
static int |
INDEX_ID
The
getId() of the Index state. |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument() |
String |
getDom()
Retrieve the DOM String.
|
int |
getId() |
String |
getName()
Retrieve the name of the StateVertex.
|
String |
getStrippedDom() |
String |
getUrl() |
com.google.common.collect.ImmutableList<Eventable> |
getUsedEventables() |
static final int INDEX_ID
getId() of the Index state.String getName()
String getDom()
String getStrippedDom()
String getUrl()
int getId()
Document getDocument() throws IOException
IOException - if an exception is thrown.com.google.common.collect.ImmutableList<Eventable> getUsedEventables()
Copyright © 2007-2013. All Rights Reserved.