Class ToNodeFilter

  • All Implemented Interfaces:
    GraphFilter, GraphConsumer, GraphProducer

    public class ToNodeFilter
    extends GraphWalkFilter
    A graph filter returning all the nodes accessible from a specific node using only backward links. For Ant, this will extract the sub graph of all targets depending on a specific target.
    Author:
    Christophe Labouisse