Class InvertedDepthFirstPreorderIterator

  • All Implemented Interfaces:
    java.util.Iterator<com.ensoftcorp.atlas.core.db.graph.Node>

    public class InvertedDepthFirstPreorderIterator
    extends DepthFirstPreorderIterator
    InvertedDepthFirstPreorderIterator yields a depth-first an inverted pre-order traversal of a graph
    • Constructor Detail

      • InvertedDepthFirstPreorderIterator

        public InvertedDepthFirstPreorderIterator​(UniqueEntryExitGraph graph,
                                                  com.ensoftcorp.atlas.core.db.set.AtlasSet<com.ensoftcorp.atlas.core.db.graph.Node> roots)
      • InvertedDepthFirstPreorderIterator

        public InvertedDepthFirstPreorderIterator​(UniqueEntryExitGraph graph,
                                                  com.ensoftcorp.atlas.core.db.graph.Node root)