Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SerialFilter
This is a generic filter that takes at least two other filters
and runs them seially.
|
class |
TrivialFilter
A small filter that returns the vertices and edges in the orignal Graph.
|
Modifier and Type | Class and Description |
---|---|
class |
AlphabeticVertexFilter
A small example filter that accepts vertices that are alphabetically
past the input value.
|
class |
WeightedEdgeGraphFilter
This simple filter accepts Edges if their EdgeWeightLabeller turns out
to be greater than the input value.
|