com.waveset.workflow
Class Diagram.Transition

java.lang.Object
  extended bycom.waveset.workflow.Diagram.Transition
Enclosing class:
Diagram

public static class Diagram.Transition
extends java.lang.Object

Class used to represe the graph of activity/step nodes.


Constructor Summary
Diagram.Transition()
           
Diagram.Transition(org.w3c.dom.Element e)
           
 
Method Summary
 int getId()
           
 boolean isTaken()
           
 void setId(int id)
           
 void setTaken(boolean t)
           
 void toXml(java.lang.StringBuffer b, int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Diagram.Transition

public Diagram.Transition()

Diagram.Transition

public Diagram.Transition(org.w3c.dom.Element e)
Method Detail

getId

public int getId()

setId

public void setId(int id)

isTaken

public boolean isTaken()

setTaken

public void setTaken(boolean t)

toXml

public void toXml(java.lang.StringBuffer b,
                  int indent)