This processing manager implements a blocking processing policy that consists
of applying the processors in a FIFO order until no processors remain to be
applied.
public RuntimeProcessingManager(Factory factory)(Code)
Creates a new processing manager that maintains a queue of processors to
be applied to a given factory.
Parameters: factory - the factory on which the processing applies (contains themeta-model)