public class EdgeLessThanDistanceToNodeVisitor<T> extends DelegatingVisitor<Edge<T>>
| Constructor and Description |
|---|
EdgeLessThanDistanceToNodeVisitor(Node<T> node,
double maxDistance,
Visitor<Edge<T>> matchVisitor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Edge<T>> |
edgesWithinDistance(Graph<T> graph,
Node<T> node,
double maxDistance) |
boolean |
visit(Edge<T> edge)
Visit an item of type T, performing some operation on the item.
|
getVisitor, setVisitor, toStringgetComparator, getFilter, setComparator, setFilter, setFilterspublic static <T> List<Edge<T>> edgesWithinDistance(Graph<T> graph, Node<T> node, double maxDistance)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.