com.bigbross.bossa.wfnet
Class Edge

java.lang.Object
  extended bycom.bigbross.bossa.wfnet.Edge
All Implemented Interfaces:
Serializable

public abstract class Edge
extends Object
implements Serializable

This class represents one edge of one transition. It may be an input or output edge, mapping the precondition or postcondition of one transition.

Author:
BigBross Team
See Also:
Serialized Form

Method Summary
 String toString()
          Returns a string with the condition expression.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Returns a string with the condition expression.

Returns:
a string representation of this edge.


Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.