[][src]Module dager::node

Defines the interface a node must provide to work with this graph.

Structs

Aggregator

The Aggregator is put "around" some implementation of Node. It handles waiting for data, edge assignment as well as using default data provided by the nodes default() function if no edge is supplied for some port.

Traits

AbstAggregator
Executable

Trait that is implemented for nodes without inputs. Can be used to start a graph from some "start" node.

Node

Functions

arc_node

Creates and arc wrapped Aggregator. Something that's needed quiet often when connecting nodes by hand.