Interface IFlowGraphEdgeDataBuilder
public interface IFlowGraphEdgeDataBuilder
Builder for the
edge data of a flow graph, used when
building a flow graph via the connect
methods from ICreateFlowGraphContext.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
addType
- Parameters:
type- One or more types for the edge. Use the constants defined inFlowGraphConnectionType. For multiple types, combine the types with a bitwise or, e.g.NORMAL|THROWING.- Returns:
- This builder instance for chaining method calls.
- See Also:
-