Class FromNodeFilter

  • All Implemented Interfaces:
    GraphFilter, GraphConsumer, GraphProducer

    public class FromNodeFilter
    extends GraphWalkFilter
    implements GraphFilter
    A graph filter returning all the nodes accessible from a specific node using only forward links. For Ant, this will extract the sub graph of all targets on which a specific node depend.
    Author:
    Christophe Labouisse