Interface IDiagramNode<T>


  • public interface IDiagramNode<T>
    Specifies the model object for Diagram
    Author:
    Sebastien Briquet - sebfz1
    • Method Detail

      • getNodes

        List<T> getNodes()
        Gets the list of children nodes
        Returns:
        the list of children nodes