prevVertexes property

Set<Vertex<I>> prevVertexes
getter/setter pair

Cache all the previous vertexes of this vertex. 对当前节点的所有上游节点进行缓存。

Implementation

Set<Vertex<I>> prevVertexes = {};