Class SourceIterator

java.lang.Object
com.aquima.interactions.rule.inference.SourceIterator
All Implemented Interfaces:
Iterator<SourceIteratorItem>

public class SourceIterator extends Object implements Iterator<SourceIteratorItem>
This iterator returns the available sources in the correct order.
  • First the sources for the selected node
  • Then the sources for the parent node(s)
  • Finally the default(s)
Since:
5.0
Author:
O. Kerpershoek