getRelationsFrom abstract method

Iterable<Relation> getRelationsFrom(
  1. String nodeId
)

Get relations starting from this node

Implementation

Iterable<Relation> getRelationsFrom(String nodeId);