Class Edge


  • public final class Edge
    extends Object
    An edge in the graph of aggregated stack traces.
    • Constructor Detail

      • Edge

        public Edge​(Node from,
                    Node to,
                    double value)
        Constructor.
        Parameters:
        from - non null from node.
        to - non null to node.
    • Method Detail

      • getFrom

        public Node getFrom()
      • getTo

        public Node getTo()
      • getCount

        public int getCount()
      • getValue

        public double getValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object