prevEdges property

Set<Edge> prevEdges
getter/setter pair

Cache all the prev edges of this vertex. 对当前节点的前向关系记录进行缓存。

Implementation

Set<Edge> prevEdges = {};