|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GPredicate | |
| edu.uci.ics.jung.graph.predicates | |
| Uses of GPredicate in edu.uci.ics.jung.graph.predicates |
| Subclasses of GPredicate in edu.uci.ics.jung.graph.predicates | |
class |
EdgePredicate
|
class |
IsolatedVertexPredicate
A predicate which tests to see whether a specified vertex has any neighbors. |
class |
KPartiteEdgePredicate
An edge predicate that passes Edges whose endpoints
satisfy distinct elements of the Predicate collection passed in as
a parameter to the constructor. |
class |
NotInGraphEdgePredicate
A predicate that tests to see whether a specified edge is currently part of a graph. |
class |
NotInGraphVertexPredicate
A predicate that tests to see whether a specified vertex is currently part of a graph. |
class |
ParallelEdgePredicate
A predicate that checks to see whether the specified edge is parallel to any other edge. |
class |
ReciprocatedDirectedEdgePredicate
Returns true if and only if this edge is
a DirectedEdge that has an antiparallel
DirectedEdge in this graph. |
class |
SelfLoopEdgePredicate
A predicate that checks to see whether a specified edge is a self-loop. |
class |
SimpleEdgePredicate
A predicate that tests to see whether a specified edge is "simple" (neither parallel to any edge nor a self-loop). |
class |
TreePredicate
|
class |
UserDatumEdgePredicate
A predicate that checks to see whether an edge's user data repository contains the constructor-specified (key,datum) pair. |
class |
UserDatumVertexPredicate
A predicate that checks to see whether a vertex's user data repository contains the constructor-specified (key,datum) pair. |
class |
VertexPredicate
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||