Uses of Class
org.graphstream.algorithm.measure.DegreeCentrality.Mode

Packages that use DegreeCentrality.Mode
org.graphstream.algorithm.measure   
 

Uses of DegreeCentrality.Mode in org.graphstream.algorithm.measure
 

Methods in org.graphstream.algorithm.measure that return DegreeCentrality.Mode
static DegreeCentrality.Mode DegreeCentrality.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DegreeCentrality.Mode[] DegreeCentrality.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.graphstream.algorithm.measure with parameters of type DegreeCentrality.Mode
DegreeCentrality(String attribute, AbstractCentrality.NormalizationMode normalize, DegreeCentrality.Mode mode)
          Same as #DegreeCentrality(String, boolean) but allows to configure the mode.
 



Copyright © 2013. All Rights Reserved.