|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneralVertexAcceptFilter | |
|---|---|
| edu.uci.ics.jung.graph.filters | Provides for a filtering mechanism that produces subgraphs of an original graph. |
| edu.uci.ics.jung.graph.filters.impl | Provides sample implementations and generally useful filters. |
| Uses of GeneralVertexAcceptFilter in edu.uci.ics.jung.graph.filters |
|---|
| Subclasses of GeneralVertexAcceptFilter in edu.uci.ics.jung.graph.filters | |
|---|---|
class |
TrivialFilter
A small filter that returns the vertices and edges in the orignal Graph. |
class |
VertexPredicateFilter
This is a simple Vertex filter that accepts the vertices which its Predicate accepts. |
| Uses of GeneralVertexAcceptFilter in edu.uci.ics.jung.graph.filters.impl |
|---|
| Subclasses of GeneralVertexAcceptFilter in edu.uci.ics.jung.graph.filters.impl | |
|---|---|
class |
AlphabeticVertexFilter
A small example filter that accepts vertices that are alphabetically past the input value. |
class |
DropSoloNodesFilter
Accepts only nodes that have at least one edge--that is, nodes that are connected to one other node. |
class |
NumericDecorationFilter
This simple filter accepts vertices if their UserData at the given key is over a threshold value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||