Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.graph.filters.impl |
Provides sample implementations and generally useful filters.
|
Modifier and Type | Field and Description |
---|---|
protected EdgeWeightLabeller |
EdgeWeightLabellerStringer.ewl |
Modifier and Type | Method and Description |
---|---|
static EdgeWeightLabeller |
EdgeWeightLabeller.getLabeller(Graph g)
Finds or creates an edge labeller for the graph, using
the default user data key.
|
static EdgeWeightLabeller |
EdgeWeightLabeller.getLabeller(Graph g,
java.lang.Object key)
Finds or creates an edge labeleller for the graph, using
the given userdata key.
|
Constructor and Description |
---|
EdgeWeightLabellerStringer(EdgeWeightLabeller ewl) |
Constructor and Description |
---|
WeightedEdgeGraphFilter(int threshold,
EdgeWeightLabeller el) |