Uses of Class
org.graphstream.algorithm.measure.DegreeCentrality.Mode
Package | Description |
---|---|
org.graphstream.algorithm.measure |
-
Uses of DegreeCentrality.Mode in org.graphstream.algorithm.measure
Methods in org.graphstream.algorithm.measure that return DegreeCentrality.Mode Modifier and Type Method Description 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 Constructor Description DegreeCentrality(String attribute, AbstractCentrality.NormalizationMode normalize, DegreeCentrality.Mode mode)
Same asDegreeCentrality(String, NormalizationMode)
but allows to configure the mode.