|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConnection
Represents a connection between two nodes in a RuleFlow.
| Field Summary | |
|---|---|
static int |
TYPE_ABORT
|
static int |
TYPE_NORMAL
The connection type |
| Method Summary | |
|---|---|
INode |
getFrom()
Returns the from node of the connection. |
INode |
getTo()
Returns the to node of the connection |
int |
getType()
Returns the connection type |
void |
terminate()
Destroys the connection. |
| Field Detail |
|---|
static final int TYPE_NORMAL
static final int TYPE_ABORT
| Method Detail |
|---|
INode getFrom()
INode getTo()
int getType()
void terminate()
to and from nodes.
Onces a connection is destroyed, all methods throw
an IllegalStateException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||