org.jbpm.jpdl.internal.convert.node
Class StartState

java.lang.Object
  extended by org.jbpm.jpdl.internal.convert.node.Node
      extended by org.jbpm.jpdl.internal.convert.node.StartState

public class StartState
extends Node


Field Summary
 
Fields inherited from class org.jbpm.jpdl.internal.convert.node.Node
action, convertedElement, nodeElement
 
Constructor Summary
StartState()
           
 
Method Summary
 org.dom4j.Element createConvertedElement(org.dom4j.Element jpdl4Doc)
           
 void read(Jpdl3Converter reader)
           
 
Methods inherited from class org.jbpm.jpdl.internal.convert.node.Node
getConvertedElement, setNodeElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartState

public StartState()
Method Detail

createConvertedElement

public org.dom4j.Element createConvertedElement(org.dom4j.Element jpdl4Doc)
Overrides:
createConvertedElement in class Node

read

public void read(Jpdl3Converter reader)
Overrides:
read in class Node


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.