|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use edu.uci.ics.jung.graph.predicates | |
|---|---|
| edu.uci.ics.jung.graph.filters | Provides for a filtering mechanism that produces subgraphs of an original graph. |
| edu.uci.ics.jung.graph.predicates | A Predicate tests whether an Object satisfies a specific
implementation-defined property. |
| edu.uci.ics.jung.io | Provides a set of graph file format interpreters for loading graphs from disk. |
| edu.uci.ics.jung.visualization | Provides a visualization mechanism for drawing and rendering Graphs. |
| edu.uci.ics.jung.visualization.graphdraw | Provides support classes for the GraphDraw mechanism: generalized functions so users can tweak variables freely when creating with EdgeDraw. |
| Classes in edu.uci.ics.jung.graph.predicates used by edu.uci.ics.jung.graph.filters | |
|---|---|
| EdgePredicate
|
|
| VertexPredicate
|
|
| Classes in edu.uci.ics.jung.graph.predicates used by edu.uci.ics.jung.graph.predicates | |
|---|---|
| CliqueGraphPredicate
Returns true if this graph is a clique (that is, if each vertex in the graph is a neighbor of each other vertex; also known as a complete graph). |
|
| ConnectedGraphPredicate
|
|
| EdgePredicate
|
|
| GPredicate
|
|
| GraphPredicate
|
|
| IsolatedVertexPredicate
A predicate which tests to see whether a specified vertex has any neighbors. |
|
| ParallelEdgePredicate
A predicate that checks to see whether the specified edge is parallel to any other edge. |
|
| ReciprocatedDirectedEdgePredicate
Returns true if and only if this edge is
a DirectedEdge that has an antiparallel
DirectedEdge in this graph. |
|
| SelfLoopEdgePredicate
A predicate that checks to see whether a specified edge is a self-loop. |
|
| SimpleEdgePredicate
A predicate that tests to see whether a specified edge is "simple" (neither parallel to any edge nor a self-loop). |
|
| SinkVertexPredicate
Evaluates to true if and only if
the specified vertex is a sink, i.e., has
no outgoing directed edges. |
|
| SourceVertexPredicate
Evaluates to true if and only if
the specified vertex is a source, i.e., has
no incoming directed edges. |
|
| TreePredicate
|
|
| UncopyablePredicate
A tagging interface for predicates that should not be copied along with their graph. |
|
| VertexPredicate
|
|
| Classes in edu.uci.ics.jung.graph.predicates used by edu.uci.ics.jung.io | |
|---|---|
| UserDatumVertexPredicate
A predicate that checks to see whether a vertex's user data repository contains the constructor-specified (key,datum) pair. |
|
| Classes in edu.uci.ics.jung.graph.predicates used by edu.uci.ics.jung.visualization | |
|---|---|
| EdgePredicate
|
|
| Classes in edu.uci.ics.jung.graph.predicates used by edu.uci.ics.jung.visualization.graphdraw | |
|---|---|
| EdgePredicate
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||