public interface Connection
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Node getFrom()
Node getTo()
String getFromType()
String getToType()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.