{
HTML_HELP_OPEN()
HTML_HELP_DEF( "type", "String Collection" )
HTML_HELP_DEF( "default", "InOut" )
HTML_HELP_BODY()
"This parameter indicates the type of degree to compute (in/out/inout)."
HTML_HELP_CLOSE(),
HTML_HELP_OPEN()
HTML_HELP_DEF( "type", "DoubleProperty" )
HTML_HELP_DEF( "value", "An existing metric corresponding to weights.")
HTML_HELP_DEF( "default", "none" )
HTML_HELP_BODY()
"The weighted degree of a node is the sum of weights of "
"all its in/out/inout edges. "
"If no metric is specified, using a uniform metric value of 1 for all edges "
"returns the usual degree for nodes (number of in/out/inout neighbors)."
HTML_HELP_CLOSE(),
}