Class OutDegreeRankingImpl

    • Constructor Detail

      • OutDegreeRankingImpl

        public OutDegreeRankingImpl​(org.gephi.graph.api.Column degreeColumn)
    • Method Detail

      • getValue

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