getRelationsTo method

Iterable<Relation> getRelationsTo(
  1. String nodeId
)

Implementation

Iterable<Relation> getRelationsTo(String nodeId) {
  return _graph.getRelationsTo(nodeId);
}