org.jbpm.jpdl.internal.convert.node
Class Node
java.lang.Object
org.jbpm.jpdl.internal.convert.node.Node
- Direct Known Subclasses:
- Decision, EndState, Fork, Join, MailNode, ProcessState, StartState, State, TaskNode
public class Node
- extends java.lang.Object
create the converted action element and map the specific attributes
|
Constructor Summary |
Node()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
convertedElement
protected org.dom4j.Element convertedElement
nodeElement
protected org.dom4j.Element nodeElement
action
protected Action action
Node
public Node()
createConvertedElement
public org.dom4j.Element createConvertedElement(org.dom4j.Element jpdl4Doc)
read
public void read(Jpdl3Converter reader)
getConvertedElement
public org.dom4j.Element getConvertedElement()
setNodeElement
public void setNodeElement(org.dom4j.Element ele)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.