Uses of Class
org.apache.commons.scxml.model.Send

Packages that use Send
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. 
 

Uses of Send in org.apache.commons.scxml.io
 

Methods in org.apache.commons.scxml.io with parameters of type Send
static void SCXMLSerializer.serializeSend(StringBuffer b, Send send, String indent)
          Serialize this Send object.
 



Copyright © 2005-2006 The Apache Software Foundation. All Rights Reserved.