Interface IFlowGraphEdgeDataConfigurator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IFlowGraphEdgeDataConfigurator
A consumer that accepts a builder for an edge to be added to the flow graph, and configures the edge data as required.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accepts a builder and should set the appropriate edge data.
  • Method Details

    • configure

      void configure(IFlowGraphEdgeDataBuilder builder)
      Accepts a builder and should set the appropriate edge data.
      Parameters:
      builder - Builder for the data of an edge in the flow graph.