|
KIE API 6.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
A connection is a link from one Node to another.
Method Summary | |
---|---|
Node |
getFrom()
The Node the connection starts from. |
String |
getFromType()
The type of exit point of the from Node. |
Map<String,Object> |
getMetaData()
Meta data associated with this connection. |
Node |
getTo()
The Node the connection goes to. |
String |
getToType()
The type of entry point of the to Node. |
Method Detail |
---|
Node getFrom()
Node getTo()
String getFromType()
String getToType()
Map<String,Object> getMetaData()
|
KIE API 6.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |