edu.uci.ics.jung.algorithms.util
Class SelfLoopEdgePredicate<V,E>
java.lang.Object
edu.uci.ics.jung.algorithms.util.SelfLoopEdgePredicate<V,E>
- Type Parameters:
V
- E
-
public class SelfLoopEdgePredicate<V,E>
- extends Object
A Predicate
that returns true
if the input edge's
endpoints in the input graph are identical. (Thus, an edge which connects
its sole incident vertex to itself).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelfLoopEdgePredicate
public SelfLoopEdgePredicate()
evaluate
public boolean evaluate(Context<Graph<V,E>,E> context)
Copyright © 2010 null. All Rights Reserved.