Ejemplo n.º 1
0
func afferentCoupling(node dotwriter.IDotNode) int {
	num := len(node.Parents())
	return num
}