|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Invoke | |
---|---|
org.apache.commons.scxml.io | A collection of classes for reading in and writing out SCXML documents, to and from the Commons SCXML Java object model. |
org.apache.commons.scxml.model | A collection of classes needed to model SCXML documents. |
Uses of Invoke in org.apache.commons.scxml.io |
---|
Methods in org.apache.commons.scxml.io with parameters of type Invoke | |
---|---|
static void |
SCXMLSerializer.serializeInvoke(StringBuffer b,
Invoke i,
String indent)
Serialize this Invoke object. |
Uses of Invoke in org.apache.commons.scxml.model |
---|
Methods in org.apache.commons.scxml.model that return Invoke | |
---|---|
Invoke |
State.getInvoke()
Get the Invoke child (may be null). |
Methods in org.apache.commons.scxml.model with parameters of type Invoke | |
---|---|
void |
State.setInvoke(Invoke invoke)
Set the Invoke child. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |