public class AssemblyStrategyTreeBuilder extends Object
Constructor and Description |
---|
AssemblyStrategyTreeBuilder() |
Modifier and Type | Method and Description |
---|---|
static BaseAssemblyNodeFactory |
build(int rootStream,
Map<Integer,int[]> streamsJoinedPerStream,
boolean[] isRequiredPerStream)
Builds a tree of
BaseAssemblyNode from join strategy information. |
public static BaseAssemblyNodeFactory build(int rootStream, Map<Integer,int[]> streamsJoinedPerStream, boolean[] isRequiredPerStream)
BaseAssemblyNode
from join strategy information.rootStream
- - the root stream supplying the event to evaluatestreamsJoinedPerStream
- - a map in which the key is the stream number to supply an event,
and the value is an array of streams to find events in for the given eventisRequiredPerStream
- - indicates which streams are required join streams versus optional streams