Class LinkNode

java.lang.Object
org.springframework.integration.graph.LinkNode

public class LinkNode
extends java.lang.Object
Represents a link between nodes.
Since:
4.3
  • 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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait