nextVertexes property

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

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

Implementation

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