Class TimesetRankingImpl

    • Constructor Detail

      • TimesetRankingImpl

        public TimesetRankingImpl​(org.gephi.graph.api.Column column)
    • Method Detail

      • getValue

        public Number getValue​(org.gephi.graph.api.Element element,
                               org.gephi.graph.api.Graph graph)
        Description copied from interface: Ranking
        Returns the element's value for this ranking.
        Specified by:
        getValue in interface Ranking
        Overrides:
        getValue in class AttributeRankingImpl
        Parameters:
        element - element to get the value for
        graph - graph this element belongs to
        Returns:
        the value for this ranking
      • getMinValue

        public Number getMinValue​(org.gephi.graph.api.Graph graph)
        Description copied from interface: Ranking
        Returns the minimum value in this ranking.
        Specified by:
        getMinValue in interface Ranking
        Overrides:
        getMinValue in class AttributeRankingImpl
        Parameters:
        graph - graph to query
        Returns:
        minimum value
      • getMaxValue

        public Number getMaxValue​(org.gephi.graph.api.Graph graph)
        Description copied from interface: Ranking
        Returns the maximum value in this ranking.
        Specified by:
        getMaxValue in interface Ranking
        Overrides:
        getMaxValue in class AttributeRankingImpl
        Parameters:
        graph - graph to query
        Returns:
        maximum value
      • getIndex

        private org.gephi.graph.api.TimeIndex<? extends org.gephi.graph.api.Element> getIndex​(org.gephi.graph.api.Graph graph)