Interface Statistics

  • All Known Subinterfaces:
    DynamicStatistics

    public interface Statistics
    Define a Statistics/Metrics execution task, that performs analysis and write results as new attribute columns and/or HTML report.
    Author:
    Patrick J. McSweeney, Mathieu Bastian
    See Also:
    StatisticsBuilder
    • Method Detail

      • execute

        void execute​(GraphModel graphModel)
        Executes the statistics algorithm.

        It is preferable to work on visible graphs, to be synchronized with the visualization.

        Parameters:
        graphModel - The graph model
      • getReport

        String getReport()
        Returns an HTML string that displays the statistics result. Can contains complex HTML snippets and images.
        Returns:
        An HTML string that displays the results for this Statistics