|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bigbross.bossa.wfnet.Transition
This class represents the definition of a transition.
| Method Summary | |
String |
getId()
Returns the id of this transition. |
void |
input(Place p,
String expression)
Creates an input edge connecting a place to this transition. |
void |
output(Place p,
String expression)
Creates an output edge connecting this transition to a place. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public String getId()
public void input(Place p,
String expression)
p - the place.expression - the weight expression.
public void output(Place p,
String expression)
p - the place.expression - the weight expression.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||