Interface Node

    • Method Detail

      • getChildren

        java.util.List<? extends Node> getChildren()
        Has to return the children of the node. This must never return null
        Returns:
        a list containing all the children of the node