interface SearchDegreeCentralityNormalizedResultDirected {
    indegree(node: NodeSingular): any;
    outdegree(node: NodeSingular): any;
}

Methods