Uses of Interface
org.jgrapht.GraphMapping

Packages that use GraphMapping
org.jgrapht.experimental.isomorphism Algorithms which provide isomorphism check between two graphs. 
org.jgrapht.graph Implementations of various graphs. 
 

Uses of GraphMapping in org.jgrapht.experimental.isomorphism
 

Classes in org.jgrapht.experimental.isomorphism that implement GraphMapping
 class IsomorphismRelation<V,E>
          Holds an isomorphism relation for two graphs.
 

Uses of GraphMapping in org.jgrapht.graph
 

Classes in org.jgrapht.graph that implement GraphMapping
 class DefaultGraphMapping<V,E>
          Implementation of the GraphMapping interface.
 



Copyright © 2013. All rights reserved.