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

java.lang.Object
  extended by 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


Field Summary
protected  Action action
           
protected  org.dom4j.Element convertedElement
           
protected  org.dom4j.Element nodeElement
           
 
Constructor Summary
Node()
           
 
Method Summary
 org.dom4j.Element createConvertedElement(org.dom4j.Element jpdl4Doc)
           
 org.dom4j.Element getConvertedElement()
           
 void read(Jpdl3Converter reader)
           
 void setNodeElement(org.dom4j.Element ele)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

convertedElement

protected org.dom4j.Element convertedElement

nodeElement

protected org.dom4j.Element nodeElement

action

protected Action action
Constructor Detail

Node

public Node()
Method Detail

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.