Graph.labels

Returns the set of labels associated with a given input edge. Example: for (Label label : g.labels(input_edge_id)) { ... }

class Graph
const
labels

Meta