Skip to content

ghedlund/opgraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpGraph

The OpGraph project provides a framework for building complex operations from simpler ones. Written in Java, the framework includes:

  • a graph data structure for constructing operations,
  • a processing context for fine control over execution,
  • a context structure for controlling the data flow in the graph,
  • an application api for creating a custom editor to create and edit graphs, and
  • XML persistence.

For more information, please see http://thegedge.github.com/opgraph. This project is a work in progress, so any and all contributions (issues, suggestions, pull requests) are welcome.

Compilation

This project uses Maven for project management:

  • Install Maven 3
  • Check out this repo and execute mvn clean package

License

Copyright (C) 2012-2021 Greg Hedlund and Jason Gedge

See LICENSE.txt for details.

About

A framework for building complex operations from simpler ones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Java 90.4%
  • CSS 8.8%
  • Other 0.8%