GraphMetadata<V> constructor

GraphMetadata<V>(
  1. Graph<V> graph
)

Implementation

GraphMetadata(this.graph)
    : sources = graph.sources,
      sinks = graph.sinks;