org.processmining.models.workshop.sjjleemans
Class ProcessTreeNodeBinoperatorExclusivechoice

java.lang.Object
  extended by org.processmining.models.workshop.sjjleemans.ProcessTreeNode
      extended by org.processmining.models.workshop.sjjleemans.ProcessTreeNodeBinoperator
          extended by org.processmining.models.workshop.sjjleemans.ProcessTreeNodeBinoperatorExclusivechoice

public class ProcessTreeNodeBinoperatorExclusivechoice
extends ProcessTreeNodeBinoperator


Field Summary
 
Fields inherited from class org.processmining.models.workshop.sjjleemans.ProcessTreeNodeBinoperator
childLeft, childRight
 
Constructor Summary
ProcessTreeNodeBinoperatorExclusivechoice()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.processmining.models.workshop.sjjleemans.ProcessTreeNodeBinoperator
getChildLeft, getChildRight, setChildLeft, setChildRight, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessTreeNodeBinoperatorExclusivechoice

public ProcessTreeNodeBinoperatorExclusivechoice()
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class ProcessTreeNode