palio.modules.hetman
Class ProcessElement

java.lang.Object
  extended by palio.modules.hetman.ProcessElement
Direct Known Subclasses:
State, Transition

public abstract class ProcessElement
extends java.lang.Object


Constructor Summary
ProcessElement(Process process, org.w3c.dom.Node node)
           
 
Method Summary
 java.lang.String getComment()
           
 Process getProcess()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessElement

public ProcessElement(Process process,
                      org.w3c.dom.Node node)
               throws HetmanException,
                      ProcessException,
                      palio.PalioException
Throws:
HetmanException
ProcessException
palio.PalioException
Method Detail

getProcess

public Process getProcess()

getComment

public java.lang.String getComment()