com.googlecode.sarasvati.visual.process
Interface VisualProcessArc

All Known Implementing Classes:
ProcessTreeArc

public interface VisualProcessArc

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

Author:
Paul Lorenz

Method Summary
 Arc getArc()
           
 ArcToken getToken()
           
 

Method Detail

getArc

Arc getArc()

getToken

ArcToken getToken()


Copyright © 2012. All Rights Reserved.