Class ImmutableGraphNode<T extends GraphNode<T>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<T> getChildren()
      Returns the sub nodes of this node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImmutableGraphNode

        public ImmutableGraphNode()
      • ImmutableGraphNode

        public ImmutableGraphNode​(java.util.List<T> children)
    • Method Detail

      • getChildren

        public java.util.List<T> getChildren()
        Description copied from interface: GraphNode
        Returns the sub nodes of this node.
        Specified by:
        getChildren in interface GraphNode<T extends GraphNode<T>>
        Returns:
        the sub nodes