Package | Description |
---|---|
edu.uci.ics.jung.graph.predicates |
A
Predicate tests whether an Object satisfies a specific
implementation-defined property. |
Modifier and Type | Class and Description |
---|---|
class |
ContainsUserDataKeyVertexPredicate
Returns true iff the vertex contains the specified user data key.
|
class |
EdgePredicate |
class |
IsolatedVertexPredicate
A predicate which tests to see whether a specified
vertex has any neighbors.
|
class |
KPartiteEdgePredicate
An edge predicate that passes
Edge s 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 |
SinkVertexPredicate
Evaluates to
true if and only if
the specified vertex is a sink, i.e., has
no outgoing directed edges. |
class |
SourceVertexPredicate
Evaluates to
true if and only if
the specified vertex is a source, i.e., has
no incoming directed edges. |
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 |