Class LinkNode
java.lang.Object
org.springframework.integration.graph.LinkNode
Represents a link between nodes.
- Since:
 - 4.3
 - Author:
 - Gary Russell
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
LinkNode
 
 - 
 - 
Method Details
- 
getFrom
public int getFrom() - 
getTo
public int getTo() - 
getType
 
 -