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)
- Host: GitHub
- URL: https://github.com/sarat1669/dag
- Owner: sarat1669
- License: apache-2.0
- Created: 2019-05-03T21:22:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T21:08:59.000Z (about 5 years ago)
- Last Synced: 2025-01-19T11:42:06.202Z (about 1 year ago)
- Topics: acyclic, dag, directed, fbp, graph, java, multigraph, port
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dag [](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.