Package | Description |
---|---|
edu.uci.ics.jung.graph.filters |
Provides for a filtering mechanism that produces subgraphs of an original graph.
|
Modifier and Type | Method and Description |
---|---|
static GraphAssemblyRecord |
GraphAssemblyRecord.getAssemblyRecord(Graph g)
Returns the GraphAssemblyRecord for a particular graph.
|
GraphAssemblyRecord |
GraphAssemblyRecord.getPreviousAssemblyRecord()
Returns the GraphAssemblyRecord, if it exists, of the original
graph.
|