| java.lang.Object xpdlgen.XPDLGenerator
XPDLGenerator | public class XPDLGenerator (Code) | | The XPDLGenerator provides functions for generating XPDL
|
Method Summary | |
public static void | main(String[] args) Main-Methode des XPDLGenerator. |
XPDLGenerator | public XPDLGenerator(int depth, String joinMode, String outputPath) throws Exception(Code) | | Generate a valid process definition.
Parameters: depth - the depth of the nested activities of a process Parameters: joinMode - the mode of the join type. Parameters: outputPath - the output path of the generated xpdl file. |
main | public static void main(String[] args) throws Exception(Code) | | Main-Methode des XPDLGenerator.
Parameters: args - arguments throws: Exception - any error occurred. |
|
|