Interface NodeRealizationProcessor

All Known Implementing Classes:
ExternalEventQueue

public interface NodeRealizationProcessor
Interface for handling node realization requests. Due to the semantics of the external SAI, it is necessary to buffer requests to realize nodes while being able to determine which nodes have been buffered, and implementing that scheme ends up requiring a circular reference between the event and event queue, which this interface breaks.
Author:
Bradley Vender