package jafpl
The jafpl package.
Nothing to see here either, keep going deeper.
Linear Supertypes
Just Another Fine Pipeline Language
The com package.
The com package.
Nothing to see here, keep going deeper.
The jafpl package.
The jafpl package.
Nothing to see here either, keep going deeper.
Jafpl configuration
Exceptions thrown.
The graph construction APIs.
The graph construction APIs.
A graph is returned by a com.jafpl.config.Jafpl configuration. The core type of a graph is the Node. Nodes cannot be created directly; instead they are created in the Graph or in a container (via its ContainerStart) through methods on those objects.
The messages passed between actors.
The graph runtime APIs.
Step and step-related traits.
Utility classes.
Just Another Fine Pipeline Language
This is a pipeline framework. It’s built on top of Akka actors to support arbitrary data flow pipelines. It is wholly agnostic to the kinds of data that flow through the pipelines and the implementations of the steps that process them.
See http://jafpl.com/ for more general information.