edges property

Set<Edge> edges
getter/setter pair

All the edges' data in graph. 图中所有的关系数据

Implementation

Set<Edge> edges = {};