Package | Description |
---|---|
gephi.filetypes | |
graph | |
graphview.filetypes |
Modifier and Type | Method and Description |
---|---|
void |
Rec.nextGraph(Graph nextGraph) |
void |
Rec.recordAddEvents(Graph graph) |
void |
Rec.recordDeleteEvents(Graph nextGraph) |
Constructor and Description |
---|
Rec(java.util.List<Graph> graphs) |
Modifier and Type | Method and Description |
---|---|
Graph |
GraphFile.getGraph()
Gets the underlying graph being represented.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphSequence.add(Graph graph) |
static Edges |
GraphSequence.getNewEdges(Graph graph1,
Graph graph2) |
static Vertices |
GraphSequence.getNewVerts(Graph graph1,
Graph graph2) |
static Edges |
GraphSequence.getOldEdges(Graph graph1,
Graph graph2) |
static Vertices |
GraphSequence.getOldVerts(Graph graph1,
Graph graph2) |
Constructor and Description |
---|
GraphFile(Graph graph)
Constructs a GraphFile to work with the specified Graph.
|
Constructor and Description |
---|
Wadj(Graph graph)
Constructs a Wadj with the the specified Graph.
|