Class LinkNode
java.lang.Object
org.springframework.integration.graph.LinkNode
public class LinkNode extends Object
Represents a link between nodes.
- Since:
- 4.3
- Author:
- Gary Russell
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LinkNode.Type
-
Constructor Summary
Constructors Constructor Description LinkNode(int from, int to, LinkNode.Type type)
-
Method Summary
Modifier and Type Method Description int
getFrom()
int
getTo()
LinkNode.Type
getType()