com.googlecode.sarasvati.visual.process
Interface VisualProcessNode

All Known Implementing Classes:
ProcessTreeNode

public interface VisualProcessNode

Represents a node in the history of process execution. May either refer to a token and the node that token points to, or just a node, if execution has either not reached, or bypassed the given node.

Author:
Paul Lorenz

Method Summary
 Node getNode()
           
 NodeToken getToken()
           
 

Method Detail

getNode

Node getNode()

getToken

NodeToken getToken()


Copyright © 2012. All Rights Reserved.