public final class ProcessorDependencyGraphFactory
extends java.lang.Object
ProcessorDependencyGraph instances.
| Constructor and Description |
|---|
ProcessorDependencyGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorDependencyGraph |
build(java.util.List<? extends Processor> processors,
java.util.Map<java.lang.String,java.lang.Class<?>> attributes)
Create a
ProcessorDependencyGraph. |
static void |
fillProcessorAttributes(java.util.List<Processor> processors,
java.util.Map<java.lang.String,Attribute> initialAttributes)
Fill the attributes in the processor.
|
public static void fillProcessorAttributes(java.util.List<Processor> processors, java.util.Map<java.lang.String,Attribute> initialAttributes)
processors - The processorsinitialAttributes - The attributesRequireAttributes,
ProvideAttributespublic ProcessorDependencyGraph build(java.util.List<? extends Processor> processors, java.util.Map<java.lang.String,java.lang.Class<?>> attributes)
ProcessorDependencyGraph.processors - the processors that will be part of the graphattributes - the list of attributes nameProcessorDependencyGraph constructed from the passed in
processors