Package prefuse.data.util

Examples of prefuse.data.util.BreadthFirstIterator


        super(group);
        m_sources = sources;
        m_distance = distance;
        m_groupP = new InGroupPredicate(
            PrefuseLib.getGroupName(group, Graph.NODES));
        m_bfs = new BreadthFirstIterator();
    }
View Full Code Here


        super(group);
        m_sources = sources;
        m_distance = distance;
        m_groupP = new InGroupPredicate(
            PrefuseLib.getGroupName(group, Graph.NODES));
        m_bfs = new BreadthFirstIterator();
    }
View Full Code Here

    /**
     * Clears references to graph tuples.  The group and visualization are
     * retained.
     */
    public void reset() {
      m_bfs = new BreadthFirstIterator();
    }
View Full Code Here

TOP

Related Classes of prefuse.data.util.BreadthFirstIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.