nodeIsLeaf abstract method

bool nodeIsLeaf(
  1. String nodeId
)

Check if a Node has at least one Relation to it, but none from it.

Implementation

bool nodeIsLeaf(String nodeId);