Uses of Class
edu.uci.ics.jung.graph.filters.GraphAssemblyRecord

Packages that use GraphAssemblyRecord
edu.uci.ics.jung.graph.filters Provides for a filtering mechanism that produces subgraphs of an original graph.  
 

Uses of GraphAssemblyRecord in edu.uci.ics.jung.graph.filters
 

Methods in edu.uci.ics.jung.graph.filters that return GraphAssemblyRecord
 GraphAssemblyRecord GraphAssemblyRecord.getPreviousAssemblyRecord()
          Returns the GraphAssemblyRecord, if it exists, of the original graph.
static GraphAssemblyRecord GraphAssemblyRecord.getAssemblyRecord(Graph g)
          Returns the GraphAssemblyRecord for a particular graph.