|
||||||||||
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. |
Object |
getMetaData(String name)
Deprecated. |
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()
@Deprecated Object getMetaData(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |