Package | Description |
---|---|
edu.uci.ics.jung.graph.decorators |
Provides mechanisms for annotating nodes consistently with useful information.
|
edu.uci.ics.jung.utils |
Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application.
|
samples.graph |
Provides sample graph code that may be of interest.
|
scratch.danyel | |
scratch.scott.sample | |
test.edu.uci.ics.jung.algorithms.blockmodel | |
test.edu.uci.ics.jung.algorithms.cluster | |
test.edu.uci.ics.jung.graph.decorators | |
test.edu.uci.ics.jung.utils |
Modifier and Type | Method and Description |
---|---|
void |
StringLabeller.assignDefaultLabels(java.util.Set vertices,
int offset)
Assigns textual labels to every vertex passed in.
|
void |
GlobalStringLabeller.setLabel(Vertex v,
java.lang.String l)
Associates a Vertex with a Label, overrwriting any previous labels on
this vertex or vertices equal to it.
|
void |
StringLabeller.setLabel(Vertex v,
java.lang.String l)
Associates a Vertex with a Label, overrwriting any previous labels on
this vertex.
|
void |
ToStringLabeller.setLabel(Vertex v,
java.lang.String l)
This method always throws an IllegalArgument exception: you cannot
externally set the setstring method.
|
Modifier and Type | Method and Description |
---|---|
static void |
GraphUtils.copyLabels(StringLabeller source,
StringLabeller target)
Copies the labels of vertices from one StringLabeller to another.
|
Modifier and Type | Method and Description |
---|---|
static void |
RankingDemo.main(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
WeirdFailure.testWeirdFailure() |
Modifier and Type | Method and Description |
---|---|
static void |
RankingDemo.main(java.lang.String[] args) |
Constructor and Description |
---|
RankingDemo(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
void |
TestGraphCollapser.setUp() |
void |
TestGraphCollapser.testCollapserNull() |
void |
TestGraphCollapser.testCollapserOne() |
void |
TestGraphCollapser.testCollapserTwo() |
void |
TestFullyEquivalent.testFullyEquivalent() |
void |
TestFullyEquivalent.testFullyEquivalent2() |
void |
TestFullyEquivalent.testFullyEquivalentDirected() |
void |
TestFullyEquivalent.testFullyEquivalentDirectedSelfLoop() |
Modifier and Type | Method and Description |
---|---|
void |
TestBicomponentClusterer.testExtract0() |
void |
TestBicomponentClusterer.testExtractEdge() |
void |
TestBicomponentClusterer.testExtractV() |
Modifier and Type | Method and Description |
---|---|
void |
TestGlobalStringLabeller.testChangeInGlobalLabeller() |
void |
TestLabeller.testClear() |
void |
TestGlobalStringLabeller.testGlobalLabeller() |
void |
TestGlobalStringLabeller.testGlobalLabellerChange() |
void |
TestLabeller.testLabeller() |
void |
TestLabeller.testLabellerFail() |
void |
TestLabeller.testLabellerFail2() |
void |
TestGlobalStringLabeller.testLabelRelabel()
JMadden pointed out that this is a problem: if you forget to clear out
the table between runs, it'll fail.
|
void |
TestMultiLabeller.testToLabeller() |
Modifier and Type | Method and Description |
---|---|
void |
TestGraphUtils.testCopyLabels() |