|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
int.
true if this vertex is a destination of
the specified edge e, and false otherwise.
edu.uci.ics.jung.graph.utils.PredicateUtils#enforcesDirected(Graph)
and edu.uci.ics.jung.graph.utils.PredicateUtils#enforcesUndirected(Graph).
true if the specified vertex v
is incident to this edge, and false otherwise.
true if the specified edge e is
incident to this vertex, and false otherwise.
true if the specified vertex v and
this vertex are each incident
to one or more of the same edges, and false otherwise.
true if this vertex is a predecessor of
the specified vertex v, and false otherwise.
true if this vertex is a source of
the specified edge e, and false otherwise.
true if this vertex is a successor of
the specified vertex v, and false otherwise.
|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||