An open API service indexing awesome lists of open source software.

https://github.com/sarat1669/dag

Directed Acyclic Graph with support for multiple connections between nodes using Ports (Directed Acyclic Multigraph)
https://github.com/sarat1669/dag

acyclic dag directed fbp graph java multigraph port

Last synced: 9 months ago
JSON representation

Directed Acyclic Graph with support for multiple connections between nodes using Ports (Directed Acyclic Multigraph)

Awesome Lists containing this project

README

          

# dag [![Maven Central](https://img.shields.io/maven-central/v/com.factor18.oss/dag.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.factor18.oss%22%20AND%20a:%22dag%22)

Directed Acyclic Graph with support for multiple connections between nodes using ports

### Usage
To use dag, add the following dependency:
```xml

com.factor18.oss
dag
VERSION

```

### License
prop-types is released under the Apache 2 License. Check [LICENSE](https://github.com/sarat1669/dag/blob/master/LICENSE) file for more information.