Class ProcessorDependencyGraphFactory


  • public final class ProcessorDependencyGraphFactory
    extends java.lang.Object
    Class for constructing ProcessorDependencyGraph instances.
    • Constructor Detail

      • ProcessorDependencyGraphFactory

        public ProcessorDependencyGraphFactory()
    • Method Detail

      • fillProcessorAttributes

        public static void fillProcessorAttributes​(java.util.List<Processor> processors,
                                                   java.util.Map<java.lang.String,​Attribute> initialAttributes)
        Fill the attributes in the processor.
        Parameters:
        processors - The processors
        initialAttributes - The attributes
        See Also:
        RequireAttributes, ProvideAttributes